From 6504b31c8938539ffdd23bd832cb648c70f98ec8 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 17 Feb 2005 11:19:58 +0000 Subject: [PATCH] Ajout formulaire de recherche --- htdocs/product/fournisseurs.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/htdocs/product/fournisseurs.php b/htdocs/product/fournisseurs.php index e7b6c4ac517..e55c380e1d0 100644 --- a/htdocs/product/fournisseurs.php +++ b/htdocs/product/fournisseurs.php @@ -87,6 +87,13 @@ if ($_GET["id"]) /* * En mode visu */ + // Zone recherche + print '
'; + print '
'; + print ''; + print $langs->trans("Ref").':    '; + print $langs->trans("Label").':  '; + print '
'; $h=0;