2
0
forked from Wavyzz/dolibarr

NEW If not logo defined, can use squarred logo on login page

This commit is contained in:
Laurent Destailleur
2021-02-05 12:07:39 +01:00
parent 54be4f282b
commit c441b54521
6 changed files with 32 additions and 31 deletions

View File

@@ -3363,11 +3363,8 @@ function img_picto($titlealt, $picto, $moreatt = '', $pictoisfullpath = false, $
} else {
$fakey = 'fa-'.$pictowithouttext;
}
if ($pictowithouttext == 'payment') {
$fasize = '0.9em';
}
if ($pictowithouttext == 'loan') {
$fasize = '0.95em';
if (in_array($pictowithouttext, array('payment', 'loan'))) {
$fasize = '0.85em';
}
// Define $marginleftonlyshort