Look and feel v14

This commit is contained in:
Laurent Destailleur 2021-02-28 14:26:32 +01:00
parent 886cbc61c8
commit 6294ae61a8

View File

@ -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 {