Remplace index.php par liste.php

This commit is contained in:
Rodolphe Quiedeville 2003-09-04 09:15:10 +00:00
parent 66d313e6d9
commit d095b2ff88

View File

@ -154,9 +154,9 @@ else
{
print '<TABLE border="0" width="100%" cellspacing="0" cellpadding="4">';
print '<tr class="liste_titre">';
print '<form action="index.php?type='.$product->type.'" method="post">';
print '<form action="liste.php?type='.$product->type.'" method="post">';
print '<td valign="center">Réf : <input class="flat" type="text" size="10" name="sref">&nbsp;<input class="flat" type="submit" value="go"></td>';
print '</form><form action="index.php" method="post">';
print '</form><form action="liste.php" method="post">';
print '<td>Libellé : <input class="flat" type="text" size="20" name="snom">&nbsp;<input class="flat" type="submit" value="go"></td>';
print '</form><td>&nbsp;</td></tr></table>';