Look: info admin picto now use the info picto (the star were confused
with the mandatory "star").
This commit is contained in:
parent
68396e023c
commit
4bf822225e
@ -2223,10 +2223,10 @@ function info_admin($text, $infoonimgalt = 0, $nodiv=0)
|
|||||||
|
|
||||||
if ($infoonimgalt)
|
if ($infoonimgalt)
|
||||||
{
|
{
|
||||||
return img_picto($text, 'star', 'class="hideonsmartphone"');
|
return img_picto($text, 'info', 'class="hideonsmartphone"');
|
||||||
}
|
}
|
||||||
|
|
||||||
return ($nodiv?'':'<div class="info hideonsmartphone">').img_picto($langs->trans('InfoAdmin'), 'star', 'class="hideonsmartphone"').' '.$text.($nodiv?'':'</div>');
|
return ($nodiv?'':'<div class="info hideonsmartphone">').img_picto($langs->trans('InfoAdmin'), 'info', 'class="hideonsmartphone"').' '.$text.($nodiv?'':'</div>');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user