From 70f3a3bfaaea7f7f58e8ca0ac56fda101adb50be Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 31 Aug 2011 21:01:46 +0000 Subject: [PATCH] Use switch picto --- htdocs/admin/workflow.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/htdocs/admin/workflow.php b/htdocs/admin/workflow.php index 234ec73a9bd..c0554e0cf93 100755 --- a/htdocs/admin/workflow.php +++ b/htdocs/admin/workflow.php @@ -86,7 +86,7 @@ print "\n"; print "\n"; print ' '; print ' '; -print ' '; +//print ' '; print "\n"; clearstatcache(); @@ -107,20 +107,20 @@ if (sizeof($workflowcodes) > 0) if (! empty($conf->global->$code)) { print ''; } else { print ''; } - print ''; + //print ''; print ''; }
'.$langs->trans("Description").''.$langs->trans("Status").''.$langs->trans("Infos").''.$langs->trans("Infos").'
'; - print img_picto($langs->trans("Activated"),'on'); + print img_picto($langs->trans("Activated"),'switch_on'); print ''; - print img_picto($langs->trans("Disabled"),'off'); + print img_picto($langs->trans("Disabled"),'switch_off'); print ''; + //print ''; //$s=$modCodeTiers->getToolTip($langs,$soc,-1); //print $form->textwithpicto('',$s,1); - print '