mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-22 09:21:30 +01:00
Look: Reduce saturation of picto.
This commit is contained in:
@@ -86,7 +86,7 @@ print "<table class=\"noborder\" width=\"100%\">\n";
|
|||||||
print "<tr class=\"liste_titre\">\n";
|
print "<tr class=\"liste_titre\">\n";
|
||||||
print ' <td>'.$langs->trans("Description").'</td>';
|
print ' <td>'.$langs->trans("Description").'</td>';
|
||||||
print ' <td align="center">'.$langs->trans("Status").'</td>';
|
print ' <td align="center">'.$langs->trans("Status").'</td>';
|
||||||
print ' <td align="center" width="60">'.$langs->trans("Infos").'</td>';
|
//print ' <td align="center" width="80">'.$langs->trans("Infos").'</td>';
|
||||||
print "</tr>\n";
|
print "</tr>\n";
|
||||||
|
|
||||||
clearstatcache();
|
clearstatcache();
|
||||||
@@ -107,20 +107,20 @@ if (sizeof($workflowcodes) > 0)
|
|||||||
if (! empty($conf->global->$code))
|
if (! empty($conf->global->$code))
|
||||||
{
|
{
|
||||||
print '<td align="center"><a href="'.$_SERVER['PHP_SELF'].'?action=del'.$code.'">';
|
print '<td align="center"><a href="'.$_SERVER['PHP_SELF'].'?action=del'.$code.'">';
|
||||||
print img_picto($langs->trans("Activated"),'on');
|
print img_picto($langs->trans("Activated"),'switch_on');
|
||||||
print '</a></td>';
|
print '</a></td>';
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
print '<td align="center"><a href="'.$_SERVER['PHP_SELF'].'?action=set'.$code.'">';
|
print '<td align="center"><a href="'.$_SERVER['PHP_SELF'].'?action=set'.$code.'">';
|
||||||
print img_picto($langs->trans("Disabled"),'off');
|
print img_picto($langs->trans("Disabled"),'switch_off');
|
||||||
print '</a></td>';
|
print '</a></td>';
|
||||||
}
|
}
|
||||||
|
|
||||||
print '<td align="center">';
|
//print '<td align="center">';
|
||||||
//$s=$modCodeTiers->getToolTip($langs,$soc,-1);
|
//$s=$modCodeTiers->getToolTip($langs,$soc,-1);
|
||||||
//print $form->textwithpicto('',$s,1);
|
//print $form->textwithpicto('',$s,1);
|
||||||
print '</td>';
|
//print '</td>';
|
||||||
|
|
||||||
print '</tr>';
|
print '</tr>';
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -194,9 +194,10 @@ class Form
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Show a text with a picto and a tooltip on picto
|
* Show a text with a picto and a tooltip on picto
|
||||||
|
*
|
||||||
* @param text Text to show
|
* @param text Text to show
|
||||||
* @param htmltooltip Content of tooltip
|
* @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 type Type of picto (info, help, warning, superadmin...)
|
||||||
* @param extracss Add a CSS style to td tags
|
* @param extracss Add a CSS style to td tags
|
||||||
* @param noencodehtmltext Do not encode into html entity the htmltext
|
* @param noencodehtmltext Do not encode into html entity the htmltext
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 654 B After Width: | Height: | Size: 708 B |
Binary file not shown.
|
Before Width: | Height: | Size: 654 B After Width: | Height: | Size: 708 B |
Reference in New Issue
Block a user