From b747fb13cb9a03f4ef6fef77df5170e663f9a883 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 25 Feb 2010 21:30:16 +0000 Subject: [PATCH] Look: Use filedrequired style for required fields --- htdocs/comm/action/fiche.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/comm/action/fiche.php b/htdocs/comm/action/fiche.php index c0da1e0c446..cc8b6194ab5 100644 --- a/htdocs/comm/action/fiche.php +++ b/htdocs/comm/action/fiche.php @@ -659,7 +659,7 @@ if ($_GET["id"]) print ''.$langs->trans("Ref").''.$act->id.''; // Type - print ''.$langs->trans("Type").''.$act->type.''; + print ''.$langs->trans("Type").''.$act->type.''; // Title print ''.$langs->trans("Title").''; @@ -713,7 +713,7 @@ if ($_GET["id"]) print '
'; // Date start - print '
'.$langs->trans("DateActionStart").''; + print '
'.$langs->trans("DateActionStart").''; if ($_REQUEST["afaire"] == 1) $html->select_date($act->datep,'ap',1,1,0,"action",1,1); else if ($_REQUEST["afaire"] == 2) $html->select_date($act->datep,'ap',1,1,1,"action",1,1); else $html->select_date($act->datep,'ap',1,1,1,"action",1,1);