diff --git a/htdocs/admin/ihm.php b/htdocs/admin/ihm.php
index 554227f4bc1..03fab048962 100644
--- a/htdocs/admin/ihm.php
+++ b/htdocs/admin/ihm.php
@@ -216,13 +216,16 @@ if ($action == 'edit') // Edit
print '';
// show input border
- print '
| '.$langs->trans("showInputBorder").' | ';
+ /*
+ print ' |
| '.$langs->trans("showInputBorder").' | ';
print $form->selectyesno('main_showInputBorder',isset($conf->global->THEME_ELDY_SHOW_BORDER_INPUT)?$conf->global->THEME_ELDY_SHOW_BORDER_INPUT:0,1);
print ' | ';
print ' | ';
print '
';
- // Disable javascript and ajax
- print '| '.$langs->trans("DisableJavascript").' | ';
+ */
+
+ // Disable javascript and ajax
+ print ' |
| '.$langs->trans("DisableJavascript").' | ';
print $form->selectyesno('main_disable_javascript',isset($conf->global->MAIN_DISABLE_JAVASCRIPT)?$conf->global->MAIN_DISABLE_JAVASCRIPT:0,1);
print ' | ';
print ' | ';
@@ -396,11 +399,13 @@ else // Show
print ' | ';
print "
";
- print '| '.$langs->trans("showInputBorder").' | ';
+ /*
+ print ' |
| '.$langs->trans("showInputBorder").' | ';
print yn($conf->global->THEME_ELDY_SHOW_BORDER_INPUT)." | ";
print ' | ';
print "
";
-
+ */
+
// Disable javascript/ajax
print '| '.$langs->trans("DisableJavascript").' | ';
print yn($conf->global->MAIN_DISABLE_JAVASCRIPT)." | ";