diff --git a/htdocs/admin/menus/other.php b/htdocs/admin/menus/other.php
index 636e8da02ca..1e54ee2f2fa 100644
--- a/htdocs/admin/menus/other.php
+++ b/htdocs/admin/menus/other.php
@@ -109,11 +109,11 @@ print '
'.$langs->trans("HideUnauthorizedMenu").' | ';
print '';
if ($conf->global->MAIN_MENU_HIDE_UNAUTHORIZED == 0)
{
- print ''.img_picto($langs->trans("Disabled"),'off').'';
+ print ''.img_picto($langs->trans("Disabled"),'switch_off').'';
}
if($conf->global->MAIN_MENU_HIDE_UNAUTHORIZED == 1)
{
- print ''.img_picto($langs->trans("Enabled"),'on').'';
+ print ''.img_picto($langs->trans("Enabled"),'switch_on').'';
}
print " | ";
print '';
@@ -127,11 +127,11 @@ if ($conf->global->MAIN_FEATURES_LEVEL > 0)
print '';
if ($conf->global->MAIN_MENU_USE_JQUERY_LAYOUT == 0)
{
- print ''.img_picto($langs->trans("Disabled"),'off').'';
+ print ''.img_picto($langs->trans("Disabled"),'switch_off').'';
}
if($conf->global->MAIN_MENU_USE_JQUERY_LAYOUT == 1)
{
- print ''.img_picto($langs->trans("Enabled"),'on').'';
+ print ''.img_picto($langs->trans("Enabled"),'switch_on').'';
}
print " | ";
print '';