Remplace index.php par liste.php
This commit is contained in:
parent
66d313e6d9
commit
d095b2ff88
@ -154,9 +154,9 @@ else
|
|||||||
{
|
{
|
||||||
print '<TABLE border="0" width="100%" cellspacing="0" cellpadding="4">';
|
print '<TABLE border="0" width="100%" cellspacing="0" cellpadding="4">';
|
||||||
print '<tr class="liste_titre">';
|
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"> <input class="flat" type="submit" value="go"></td>';
|
print '<td valign="center">Réf : <input class="flat" type="text" size="10" name="sref"> <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"> <input class="flat" type="submit" value="go"></td>';
|
print '<td>Libellé : <input class="flat" type="text" size="20" name="snom"> <input class="flat" type="submit" value="go"></td>';
|
||||||
print '</form><td> </td></tr></table>';
|
print '</form><td> </td></tr></table>';
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user