From bed08d1fc0eb2c477bd4a9ae68f526aca67151f5 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 2 Sep 2011 16:33:11 +0000 Subject: [PATCH] Qual: Uniformize code --- htdocs/admin/menus/other.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 '';