Look and feel v14
This commit is contained in:
parent
886cbc61c8
commit
6294ae61a8
@ -128,7 +128,7 @@ class FormAdmin
|
||||
continue;
|
||||
}
|
||||
|
||||
$valuetoshow .= ' '.picto_from_langcode($key, 'class="saturatemedium"');
|
||||
$valuetoshow = picto_from_langcode($key, 'class="saturatemedium"').' '.$valuetoshow;
|
||||
if ((string) $selected == (string) $keytouse) {
|
||||
$out .= '<option value="'.$keytouse.'" selected data-html="'.dol_escape_htmltag($valuetoshow).'">'.$valuetoshow.'</option>';
|
||||
} else {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user