From 2441a06c3b0d051f302a46b130cf4868cf71fb6e Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 11 Apr 2005 23:47:54 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20Certaines=20infos=20de=20l'entrepot=20ab?= =?UTF-8?q?sentes=20du=20formulaire=20de=20cr=E9ation.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/product/stock/fiche.php | 44 ++++++++++++++++++++++++---------- 1 file changed, 31 insertions(+), 13 deletions(-) diff --git a/htdocs/product/stock/fiche.php b/htdocs/product/stock/fiche.php index 60e005d4aec..98f14b2f9f4 100644 --- a/htdocs/product/stock/fiche.php +++ b/htdocs/product/stock/fiche.php @@ -134,15 +134,31 @@ if ($_GET["action"] == 'create') } print ''; - print ''; - print '"; - print ''; + + print ''; + + print ''; + print ''; + + print ''; + + print ''; - print ''; + + print ''; + print '
'.$langs->trans("Label").'
'.$langs->trans("Description").''; - print '
'.$langs->trans("Status").''; + + print '
'.$langs->trans("LocationSummary").'
'.$langs->trans('Address').'
'.$langs->trans('Zip').''.$langs->trans('Town').'
'.$langs->trans('Country').''; + $form->select_pays($entrepot->pays_id,$entrepot->pays_code); + print '
'.$langs->trans("Status").''; print '
 
'; print ''; } @@ -187,7 +203,6 @@ else print ''; print ''; print ''; - print ''; print ''; @@ -202,6 +217,8 @@ else $entrepot->pays; print ''; + print ''; + print '"; @@ -229,16 +246,10 @@ else print '"; - print ''; print ''; - print ''; @@ -249,6 +260,13 @@ else $form->select_pays($entrepot->pays_id,$entrepot->pays_code); print ''; + print ''; + print ''; print '
'.$langs->trans("Label").''.$entrepot->libelle.'
'.$langs->trans("Description").''.nl2br($entrepot->description).'
'.$langs->trans("Status").''.$entrepot->statuts[$entrepot->statut].'
'.$langs->trans("LocationSummary").''.$entrepot->lieu.'
'.$langs->trans("Status").''.$entrepot->statuts[$entrepot->statut].'
'.$langs->trans("NumberOfProducts").''; print $entrepot->nb_products(); print "
'.$langs->trans("Status").''; - print ''; - print '
'.$langs->trans("LocationSummary").'
'.$langs->trans('Address').'
'.$langs->trans("Status").''; + print ''; + print '
 '; print '
';