This commit is contained in:
Laurent Destailleur
2011-08-31 15:12:09 +00:00
parent 4334ec8b30
commit 2bb5e4ba69
30 changed files with 78 additions and 80 deletions

View File

@@ -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>';