commit
3e6d922cc0
@ -503,6 +503,25 @@ function showSkins($fuser, $edit = 0, $foruserprofile = false)
|
|||||||
print '</tr>';
|
print '</tr>';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// BorderTableActive
|
||||||
|
if ($foruserprofile) {
|
||||||
|
} else {
|
||||||
|
$default = $langs->trans('No');
|
||||||
|
print '<tr class="oddeven">';
|
||||||
|
print '<td>'.$langs->trans("UseBorderOnTable").'</td>';
|
||||||
|
print '<td colspan="'.($colspan - 1).'">';
|
||||||
|
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 ' <span class="nowraponall opacitymedium">'.$langs->trans("Default").'</span>: <strong>'.$default.'</strong> ';
|
||||||
|
print $form->textwithpicto('', $langs->trans("NotSupportedByAllThemes").', '.$langs->trans("PressF5AfterChangingThis"));
|
||||||
|
print '</td>';
|
||||||
|
print '</tr>';
|
||||||
|
}
|
||||||
|
|
||||||
// Background color THEME_ELDY_BACKBODY
|
// Background color THEME_ELDY_BACKBODY
|
||||||
if ($foruserprofile) {
|
if ($foruserprofile) {
|
||||||
/*
|
/*
|
||||||
|
|||||||
@ -1917,6 +1917,7 @@ ConfFileMustContainCustom=Installing or building an external module from applica
|
|||||||
HighlightLinesOnMouseHover=Highlight table lines when mouse move passes over
|
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)
|
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)
|
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
|
BtnActionColor=Color of the action button
|
||||||
TextBtnActionColor=Text color of the action button
|
TextBtnActionColor=Text color of the action button
|
||||||
TextTitleColor=Text color of Page title
|
TextTitleColor=Text color of Page title
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user