mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Fix look and feel v20
This commit is contained in:
@@ -351,12 +351,10 @@ class FormAdmin
|
||||
|
||||
ksort($menuarray);
|
||||
|
||||
// Affichage liste deroulante des menus
|
||||
print '<select class="flat maxwidth100" id="'.$htmlname.'" name="'.$htmlname.'">';
|
||||
$oldprefix = '';
|
||||
// Show combo list of menu handlers
|
||||
print '<select class="flat maxwidth150" id="'.$htmlname.'" name="'.$htmlname.'">';
|
||||
foreach ($menuarray as $key => $val) {
|
||||
$tab = explode('_', $key);
|
||||
$newprefix = $tab[0];
|
||||
print '<option value="'.$key.'"';
|
||||
if ($key == $selected) {
|
||||
print ' selected';
|
||||
|
||||
Reference in New Issue
Block a user