Look: Modification esthétique mineure
This commit is contained in:
parent
b40cde5ab5
commit
1bd0bc57a6
@ -21,11 +21,11 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*!
|
/**
|
||||||
\file htdocs/fourn/commande/liste.php
|
\file htdocs/fourn/commande/liste.php
|
||||||
\ingroup fournisseur
|
\ingroup fournisseur
|
||||||
\brief Liste des commandes fournisseurs
|
\brief Liste des commandes fournisseurs
|
||||||
\version $Revision$
|
\version $Revision$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require("./pre.inc.php");
|
require("./pre.inc.php");
|
||||||
@ -108,8 +108,8 @@ if ($resql)
|
|||||||
|
|
||||||
print '<tr class="liste_titre">';
|
print '<tr class="liste_titre">';
|
||||||
print '<form action="liste.php" method="GET">';
|
print '<form action="liste.php" method="GET">';
|
||||||
print '<td><input type="text" name="search_ref" value="'.$_GET["search_ref"].'"></td>';
|
print '<td><input type="text" class="flat" name="search_ref" value="'.$_GET["search_ref"].'"></td>';
|
||||||
print '<td><input type="text" name="search_nom" value="'.$_GET["search_nom"].'"></td>';
|
print '<td><input type="text" class="flat" name="search_nom" value="'.$_GET["search_nom"].'"></td>';
|
||||||
print '<td><input class="button" type="submit" value="'.$langs->trans("Search").'"></td>';
|
print '<td><input class="button" type="submit" value="'.$langs->trans("Search").'"></td>';
|
||||||
print '</form>';
|
print '</form>';
|
||||||
print '</tr>';
|
print '</tr>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user