modif formulaire de recherche sur les produits
This commit is contained in:
parent
3ddc6bd098
commit
928bb29076
@ -399,7 +399,7 @@ Function left_menu($menu)
|
|||||||
if (defined("MAIN_MODULE_PRODUIT") && MAIN_MODULE_PRODUIT > 0)
|
if (defined("MAIN_MODULE_PRODUIT") && MAIN_MODULE_PRODUIT > 0)
|
||||||
{
|
{
|
||||||
print '<A class="menu" href="'.DOL_URL_ROOT.'/product/">Produits</A>';
|
print '<A class="menu" href="'.DOL_URL_ROOT.'/product/">Produits</A>';
|
||||||
print '<form action="'.DOL_URL_ROOT.'/product/">';
|
print '<form action="'.DOL_URL_ROOT.'/product/" method="post">';
|
||||||
print '<input type="text" class="flat" name="sall" size="10"> ';
|
print '<input type="text" class="flat" name="sall" size="10"> ';
|
||||||
print '<input type="submit" class="flat" value="go">';
|
print '<input type="submit" class="flat" value="go">';
|
||||||
print '</form>';
|
print '</form>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user