|
@@ -3062,8 +3062,8 @@ function info_admin($text, $infoonimgalt = 0, $nodiv=0, $admin='1')
|
|
|
{
|
|
|
return img_picto($text, 'info', 'class="hideonsmartphone"');
|
|
|
}
|
|
|
-
|
|
|
- return ($nodiv?'':'<div class="'.(empty($admin)?'':($admin=='1'?'info':$admin)).' hideonsmartphone">').img_picto($admin?$langs->trans('InfoAdmin'):$langs->trans('Note'), ($nodiv?'info':'info_black'), 'class="hideonsmartphone"').' '.$text.($nodiv?'':'</div>');
|
|
|
+
|
|
|
+ return ($nodiv?'':'<div class="'.(empty($admin)?'':($admin=='1'?'info':$admin)).' hideonsmartphone">').'<span class="fa fa-info-circle" title="'.dol_escape_htmltag($admin?$langs->trans('InfoAdmin'):$langs->trans('Note')).'"></span> '.$text.($nodiv?'':'</div>');
|
|
|
}
|
|
|
|
|
|
|