mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 09:01:40 +01:00
Fix: W3C
This commit is contained in:
@@ -259,11 +259,9 @@ class FormAdmin
|
||||
{
|
||||
print ' selected="selected"';
|
||||
}
|
||||
//if ($key == 'rodolphe') print ' disabled="true"';
|
||||
print '>';
|
||||
if ($key == 'all') print $langs->trans("AllMenus");
|
||||
else print $key;
|
||||
//if ($key == 'rodolphe') print ' ('.$langs->trans("PersonalizedMenusNotSupported").')';
|
||||
print '</option>'."\n";
|
||||
}
|
||||
print '</select>';
|
||||
|
||||
Reference in New Issue
Block a user