diff --git a/htdocs/core/lib/usergroups.lib.php b/htdocs/core/lib/usergroups.lib.php index 7e205b0394a..f46b2181ba4 100644 --- a/htdocs/core/lib/usergroups.lib.php +++ b/htdocs/core/lib/usergroups.lib.php @@ -609,7 +609,7 @@ function showSkins($fuser, $edit = 0, $foruserprofile = false) print ''.$langs->trans("UseBorderOnTable").''; print ''; if ($edit) { - print ajax_constantonoff('THEME_ELDY_USEBORDERONTABLE', array(), null, 0, 0, 1); + print ajax_constantonoff('THEME_ELDY_USEBORDERONTABLE', array(), null, 0, 0, 1, 2, 0, 1); //print $form->selectyesno('THEME_ELDY_USEBORDERONTABLE', $conf->global->THEME_ELDY_USEBORDERONTABLE, 1); } else { print yn(getDolGlobalString('THEME_ELDY_USEBORDERONTABLE'));