Skip to content
Snippets Groups Projects
Commit a62c20aa authored by Kevin Abel's avatar Kevin Abel
Browse files

Use WDN input group markup

Fixed bad padding alignment.
parent c805f70f
No related branches found
No related tags found
1 merge request!64.1
This commit is part of merge request !6. Comments created here will be created in the context of that merge request.
<div id="searchform" class="wdn-band"> <div id="searchform" class="wdn-band">
<form action="./" method="get" class="wdn-inner-wrapper"> <form action="./" method="get" class="wdn-inner-wrapper">
<div class="input-group"> <div class="wdn-input-group">
<input type="text" value="" name="q" id="search_q" title="Search Query" placeholder="e.g., Herbert Husker, Ph.D." /> <input type="text" name="q" id="search_q" aria-label="Search Query" placeholder="e.g., Herbert Husker, Ph.D." />
<span class="input-group-btn"><button class="button wdn-icon-search" title="Search" type="submit"></button></span> <span class="wdn-input-group-btn"><button class="button wdn-icon-search" type="submit"><span class="wdn-text-hidden">Search</span></button></span>
</div> </div>
<?php if (!empty($local_results)): ?> <?php if (!empty($local_results)): ?>
<input type="hidden" name="u" value="<?php echo htmlentities($_GET['u'], ENT_QUOTES) ?>" /> <input type="hidden" name="u" value="<?php echo htmlentities($_GET['u'], ENT_QUOTES) ?>" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment