From 1fce3e6cf1e1acd041d0d2595d73b021d4ca3254 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 17 Feb 2010 17:46:50 +0000 Subject: [PATCH] Add fieldrequired style --- htdocs/product/fiche.php | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/htdocs/product/fiche.php b/htdocs/product/fiche.php index 9d61ff545ef..3d5804ec740 100644 --- a/htdocs/product/fiche.php +++ b/htdocs/product/fiche.php @@ -621,7 +621,7 @@ if ($_GET["action"] == 'create' && ($user->rights->produit->creer || $user->righ print ''; print ''; - print ''; // Label - print ''; + print ''; // Status - print ''; @@ -748,9 +748,7 @@ if ($_GET["action"] == 'create' && ($user->rights->produit->creer || $user->righ print '
'; - print '
'.$langs->trans("Ref").''; + print ''.$langs->trans("Ref").''; if ($_error == 1) { print $langs->trans("RefAlreadyExists"); @@ -629,10 +629,10 @@ if ($_GET["action"] == 'create' && ($user->rights->produit->creer || $user->righ print '
'.$langs->trans("Label").'
'.$langs->trans("Label").'
'.$langs->trans("Status").''; + print '
'.$langs->trans("Status").''; $statutarray=array('1' => $langs->trans("OnSell"), '0' => $langs->trans("NotOnSell")); $html->select_array('statut',$statutarray,$_POST["statut"]); print '
'; - print ''; - print '
'; + print '
'; print ''; }