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 "
| '.$langs->trans("Description").' | '; print ''.$langs->trans("Status").' | '; -print ''.$langs->trans("Infos").' | '; +//print ''.$langs->trans("Infos").' | '; print "'; - print img_picto($langs->trans("Activated"),'on'); + print img_picto($langs->trans("Activated"),'switch_on'); print ' | '; } else { print ''; - print img_picto($langs->trans("Disabled"),'off'); + print img_picto($langs->trans("Disabled"),'switch_off'); print ' | '; } - print ''; + //print ' | '; //$s=$modCodeTiers->getToolTip($langs,$soc,-1); //print $form->textwithpicto('',$s,1); - print ' | '; + //print ''; print ''; }