mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 01:28:19 +01:00
NEW DEV Can set color of the on/off button.
This commit is contained in:
@@ -5563,6 +5563,8 @@ function img_picto($titlealt, $picto, $moreatt = '', $pictoisfullpath = 0, $srco
|
||||
'switch_on_grey',
|
||||
'switch_on_red',
|
||||
'switch_off',
|
||||
'switch_off_grey',
|
||||
'switch_off_red',
|
||||
'uparrow',
|
||||
'1uparrow',
|
||||
'1downarrow',
|
||||
@@ -5620,6 +5622,8 @@ function img_picto($titlealt, $picto, $moreatt = '', $pictoisfullpath = 0, $srco
|
||||
'switch_on' => 'font-status4',
|
||||
'switch_on_warning' => 'font-status4 warning',
|
||||
'switch_on_red' => 'font-status8',
|
||||
'switch_off_warning' => 'font-status4 warning',
|
||||
'switch_off_red' => 'font-status8',
|
||||
'holiday' => 'infobox-holiday',
|
||||
'info' => 'opacityhigh',
|
||||
'info_black' => 'font-status1',
|
||||
@@ -5896,6 +5900,9 @@ function getImgPictoConv($mode = 'fa')
|
||||
'movement' => 'people-carry',
|
||||
'sign-out' => 'sign-out-alt',
|
||||
'switch_off' => 'toggle-off',
|
||||
'switch_off_grey' => 'toggle-off',
|
||||
'switch_off_warning' => 'toggle-off',
|
||||
'switch_off_red' => 'toggle-off',
|
||||
'switch_on' => 'toggle-on',
|
||||
'switch_on_grey' => 'toggle-on',
|
||||
'switch_on_warning' => 'toggle-on',
|
||||
|
||||
Reference in New Issue
Block a user