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 ''; } diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php index 88bb5aedab7..0e95a7e0bb9 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -194,9 +194,10 @@ class Form /** * Show a text with a picto and a tooltip on picto + * * @param text Text to show * @param htmltooltip Content of tooltip - * @param direction 1=Icon is after text, -1=Icon is before text + * @param direction 1=Icon is after text, -1=Icon is before text, 0=no icon * @param type Type of picto (info, help, warning, superadmin...) * @param extracss Add a CSS style to td tags * @param noencodehtmltext Do not encode into html entity the htmltext diff --git a/htdocs/theme/auguria/img/off.png b/htdocs/theme/auguria/img/off.png index a6d0a8c657e..6b4604d38ed 100644 Binary files a/htdocs/theme/auguria/img/off.png and b/htdocs/theme/auguria/img/off.png differ diff --git a/htdocs/theme/eldy/img/off.png b/htdocs/theme/eldy/img/off.png index a6d0a8c657e..6b4604d38ed 100644 Binary files a/htdocs/theme/eldy/img/off.png and b/htdocs/theme/eldy/img/off.png differ