2
0
forked from Wavyzz/dolibarr

FIX Clear of option THEME_ELDY_USEBORDERONTABLE

This commit is contained in:
Laurent Destailleur
2024-10-13 17:54:51 +02:00
parent 8aea1a88dd
commit 959392ff26

View File

@@ -609,7 +609,7 @@ function showSkins($fuser, $edit = 0, $foruserprofile = false)
print '<td>'.$langs->trans("UseBorderOnTable").'</td>';
print '<td colspan="'.($colspan - 1).'" class="valignmiddle">';
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'));