diff --git a/htdocs/core/lib/usergroups.lib.php b/htdocs/core/lib/usergroups.lib.php
index 1f990bd955d..65a59d55819 100644
--- a/htdocs/core/lib/usergroups.lib.php
+++ b/htdocs/core/lib/usergroups.lib.php
@@ -503,6 +503,25 @@ function showSkins($fuser, $edit = 0, $foruserprofile = false)
print '';
}
+ // BorderTableActive
+ if ($foruserprofile) {
+ } else {
+ $default = $langs->trans('No');
+ print '
';
+ print '| '.$langs->trans("UseBorderOnTable").' | ';
+ print '';
+ if ($edit) {
+ 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_ELDY_USEBORDERONTABLE);
+ }
+ print ' '.$langs->trans("Default").': '.$default.' ';
+ print $form->textwithpicto('', $langs->trans("NotSupportedByAllThemes").', '.$langs->trans("PressF5AfterChangingThis"));
+ print ' | ';
+ print '
';
+ }
+
// Background color THEME_ELDY_BACKBODY
if ($foruserprofile) {
/*
diff --git a/htdocs/langs/en_US/admin.lang b/htdocs/langs/en_US/admin.lang
index e7f02cafc55..6b46d42fbc6 100644
--- a/htdocs/langs/en_US/admin.lang
+++ b/htdocs/langs/en_US/admin.lang
@@ -1917,6 +1917,7 @@ ConfFileMustContainCustom=Installing or building an external module from applica
HighlightLinesOnMouseHover=Highlight table lines when mouse move passes over
HighlightLinesColor=Highlight color of the line when the mouse passes over (use 'ffffff' for no highlight)
HighlightLinesChecked=Highlight color of the line when it is checked (use 'ffffff' for no highlight)
+UseBorderOnTable=Active border on tables
BtnActionColor=Color of the action button
TextBtnActionColor=Text color of the action button
TextTitleColor=Text color of Page title