Look: info admin picto now use the info picto (the star were confused

with the mandatory "star").
This commit is contained in:
Laurent Destailleur
2014-03-19 23:50:10 +01:00
parent 68396e023c
commit 4bf822225e

View File

@@ -2223,10 +2223,10 @@ function info_admin($text, $infoonimgalt = 0, $nodiv=0)
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>');
}