// Merge -> revision 9124
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{*
|
||||
* 2007-2011 PrestaShop
|
||||
* 2007-2011 PrestaShop
|
||||
*
|
||||
* NOTICE OF LICENSE
|
||||
*
|
||||
@@ -33,14 +33,15 @@
|
||||
|
||||
<h3>{l s='To find a product, please type its name in the field below'}</h3>
|
||||
|
||||
<form action="{$link->getPageLink('search')}', " method="post" class="std">
|
||||
<form action="{$link->getPageLink('search')}" method="get" class="std">
|
||||
<fieldset>
|
||||
<p>
|
||||
<label for="search">{l s='Search our product catalog:'}</label>
|
||||
<input id="search_query" name="search_query" type="text" />
|
||||
<input type="submit" name="Submit" value="OK" class="button_small" />
|
||||
<input id="search_query" class="page404_input" name="search_query" type="text" />
|
||||
<input type="submit" name="Submit" value="{l s='Search'}" class="page404_input button_small" />
|
||||
</p>
|
||||
</fieldset>
|
||||
<div class="clear"></div>
|
||||
</form>
|
||||
|
||||
<p><a href="{$base_dir}" title="{l s='Home'}"><img src="{$img_dir}icon/home.gif" alt="{l s='Home'}" class="icon" /></a><a href="{$base_dir}" title="{l s='Home'}">{l s='Home'}</a></p>
|
||||
|
||||
@@ -1507,3 +1507,4 @@ div.star_hover a, div.star a:hover { background-position: 0 -32px }
|
||||
border: 2px solid #D0D3D8;
|
||||
}
|
||||
|
||||
.page404_input { float: left; }
|
||||
Reference in New Issue
Block a user