Skip to content

Commit

Permalink
Fixed issue #499
Browse files Browse the repository at this point in the history
  • Loading branch information
Al Brookbanks committed May 7, 2015
1 parent a58f786 commit ca7ca28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions skins/foundation/templates/box.search.php
Expand Up @@ -13,10 +13,10 @@
<form action="{$STORE_URL}/search.html" id="search_form" method="get">
<div class="row collapse">
<div class="small-10 large-11 columns">
<input name="search[keywords]" type="text" placeholder="{$LANG.search.input_default}" required>
<input name="search[keywords]" type="text" class="nomarg" placeholder="{$LANG.search.input_default}" required><small><a href="{$STORE_URL}/search.html">{$LANG.search.advanced}</a></small>
</div>
<div class="small-2 large-1 columns">
<button class="button postfix" type="submit" value="{$LANG.common.search}"><i class="fa fa-search"></i></button>
<button class="button postfix nomarg" type="submit" value="{$LANG.common.search}"><i class="fa fa-search"></i></button>
</div>
</div>
<input type="hidden" name="_a" value="category">
Expand Down

0 comments on commit ca7ca28

Please sign in to comment.