mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-24 10:21:32 +01:00
Look and feel v14
This commit is contained in:
@@ -3363,7 +3363,10 @@ function img_picto($titlealt, $picto, $moreatt = '', $pictoisfullpath = false, $
|
||||
} else {
|
||||
$fakey = 'fa-'.$pictowithouttext;
|
||||
}
|
||||
if (in_array($pictowithouttext, array('payment', 'loan'))) {
|
||||
if (in_array($pictowithouttext, array('contract'))) {
|
||||
$fasize = '0.92em';
|
||||
}
|
||||
if (in_array($pictowithouttext, array('intervention', 'payment', 'loan'))) {
|
||||
$fasize = '0.80em';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user