Fix: add possibility to defined a different icon with css
This commit is contained in:
parent
6d9c986455
commit
5a715bb4ea
@ -86,7 +86,7 @@ class Form
|
||||
if ($perm)
|
||||
{
|
||||
$tmp=explode(':',$typeofdata);
|
||||
$ret.= '<div class="editkey_'.$tmp[0].'" id="'.$htmlname.'">';
|
||||
$ret.= '<div class="editkey_'.$tmp[0].' '.$tmp[1].'" id="'.$htmlname.'">';
|
||||
$ret.= $langs->trans($text);
|
||||
$ret.= '</div>'."\n";
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user