diff --git a/htdocs/core/lib/usergroups.lib.php b/htdocs/core/lib/usergroups.lib.php
index 700687483f4..d7d4fda9d16 100644
--- a/htdocs/core/lib/usergroups.lib.php
+++ b/htdocs/core/lib/usergroups.lib.php
@@ -508,13 +508,13 @@ function showSkins($fuser, $edit = 0, $foruserprofile = false)
} else {
$default = $langs->trans('No');
print '
';
- print '| '.$langs->trans("TopMenuDisableImages").' | ';
+ print ''.$langs->trans("UseBorderOnTable").' | ';
print '';
if ($edit) {
- print ajax_constantonoff('THEME_TOPMENU_DISABLE_IMAGE', array(), null, 0, 0, 1);
- //print $form->selectyesno('THEME_TOPMENU_DISABLE_IMAGE', $conf->global->THEME_TOPMENU_DISABLE_IMAGE, 1);
+ print ajax_constantonoff('THEME_ELDY_USEBORDERONTABLE', array(), null, 0, 0, 1);
+ //print $form->selectyesno('THEME_ELDY_USEBORDERONTABLE', $conf->global->THEME_ELDY_USEBORDERONTABLE, 1);
} else {
- print yn($conf->global->THEME_TOPMENU_DISABLE_IMAGE);
+ print yn($conf->global->THEME_ELDY_USEBORDERONTABLE);
}
print ' '.$langs->trans("Default").': '.$default.' ';
print $form->textwithpicto('', $langs->trans("NotSupportedByAllThemes").', '.$langs->trans("PressF5AfterChangingThis"));
|