Ajout formulaire de recherche
This commit is contained in:
parent
2392c5e99f
commit
6504b31c89
@ -87,6 +87,13 @@ if ($_GET["id"])
|
|||||||
/*
|
/*
|
||||||
* En mode visu
|
* En mode visu
|
||||||
*/
|
*/
|
||||||
|
// Zone recherche
|
||||||
|
print '<div class="formsearch">';
|
||||||
|
print '<form action="liste.php" method="post">';
|
||||||
|
print '<input type="hidden" name="type" value="'.$product->type.'">';
|
||||||
|
print $langs->trans("Ref").': <input class="flat" type="text" size="10" name="sref"> <input class="flat" type="submit" value="'.$langs->trans("Go").'"> ';
|
||||||
|
print $langs->trans("Label").': <input class="flat" type="text" size="20" name="snom"> <input class="flat" type="submit" value="'.$langs->trans("Go").'">';
|
||||||
|
print '</form></div>';
|
||||||
|
|
||||||
$h=0;
|
$h=0;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user