mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-07 10:08:27 +01:00
Replace on/off img tick with fa-font
This commit is contained in:
@@ -2721,6 +2721,7 @@ function img_picto($titlealt, $picto, $moreatt = '', $pictoisfullpath = false, $
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
//if (in_array($picto, array('switch_off', 'switch_on', 'off', 'on')))
|
||||||
if (in_array($picto, array('switch_off', 'switch_on', 'off', 'on')))
|
if (in_array($picto, array('switch_off', 'switch_on', 'off', 'on')))
|
||||||
{
|
{
|
||||||
$fakey = $picto; $facolor=''; $fasize='';
|
$fakey = $picto; $facolor=''; $fasize='';
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 568 B |
Binary file not shown.
|
Before Width: | Height: | Size: 603 B |
Binary file not shown.
|
Before Width: | Height: | Size: 248 B |
Binary file not shown.
|
Before Width: | Height: | Size: 230 B |
Reference in New Issue
Block a user