Hidden for the moment because option specific to one theme only.
This commit is contained in:
parent
95fbe0147d
commit
9f0328ab7f
@ -216,13 +216,16 @@ if ($action == 'edit') // Edit
|
|||||||
print '</tr>';
|
print '</tr>';
|
||||||
|
|
||||||
// show input border
|
// show input border
|
||||||
print '<tr><td width="35%">'.$langs->trans("showInputBorder").'</td><td>';
|
/*
|
||||||
|
print '<tr><td>'.$langs->trans("showInputBorder").'</td><td>';
|
||||||
print $form->selectyesno('main_showInputBorder',isset($conf->global->THEME_ELDY_SHOW_BORDER_INPUT)?$conf->global->THEME_ELDY_SHOW_BORDER_INPUT:0,1);
|
print $form->selectyesno('main_showInputBorder',isset($conf->global->THEME_ELDY_SHOW_BORDER_INPUT)?$conf->global->THEME_ELDY_SHOW_BORDER_INPUT:0,1);
|
||||||
print '</td>';
|
print '</td>';
|
||||||
print '<td width="20"> </td>';
|
print '<td width="20"> </td>';
|
||||||
print '</tr>';
|
print '</tr>';
|
||||||
// Disable javascript and ajax
|
*/
|
||||||
print '<tr><td width="35%">'.$langs->trans("DisableJavascript").'</td><td>';
|
|
||||||
|
// Disable javascript and ajax
|
||||||
|
print '<tr><td>'.$langs->trans("DisableJavascript").'</td><td>';
|
||||||
print $form->selectyesno('main_disable_javascript',isset($conf->global->MAIN_DISABLE_JAVASCRIPT)?$conf->global->MAIN_DISABLE_JAVASCRIPT:0,1);
|
print $form->selectyesno('main_disable_javascript',isset($conf->global->MAIN_DISABLE_JAVASCRIPT)?$conf->global->MAIN_DISABLE_JAVASCRIPT:0,1);
|
||||||
print '</td>';
|
print '</td>';
|
||||||
print '<td width="20"> </td>';
|
print '<td width="20"> </td>';
|
||||||
@ -396,11 +399,13 @@ else // Show
|
|||||||
print '<td width="20"> </td>';
|
print '<td width="20"> </td>';
|
||||||
print "</tr>";
|
print "</tr>";
|
||||||
|
|
||||||
print '<tr><td width="35%">'.$langs->trans("showInputBorder").'</td><td>';
|
/*
|
||||||
|
print '<tr><td>'.$langs->trans("showInputBorder").'</td><td>';
|
||||||
print yn($conf->global->THEME_ELDY_SHOW_BORDER_INPUT)."</td>";
|
print yn($conf->global->THEME_ELDY_SHOW_BORDER_INPUT)."</td>";
|
||||||
print '<td width="20"> </td>';
|
print '<td width="20"> </td>';
|
||||||
print "</tr>";
|
print "</tr>";
|
||||||
|
*/
|
||||||
|
|
||||||
// Disable javascript/ajax
|
// Disable javascript/ajax
|
||||||
print '<tr><td width="35%">'.$langs->trans("DisableJavascript").'</td><td>';
|
print '<tr><td width="35%">'.$langs->trans("DisableJavascript").'</td><td>';
|
||||||
print yn($conf->global->MAIN_DISABLE_JAVASCRIPT)."</td>";
|
print yn($conf->global->MAIN_DISABLE_JAVASCRIPT)."</td>";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user