diff --git a/htdocs/admin/ihm.php b/htdocs/admin/ihm.php
index 554227f4bc1c1cb8f5e3d72e240d825e857dcc3b..03fab04896223669b047f038d56f17273fe44ecf 100644
--- a/htdocs/admin/ihm.php
+++ b/htdocs/admin/ihm.php
@@ -216,13 +216,16 @@ if ($action == 'edit')	// Edit
 	print '</tr>';
 	
     // 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 '</td>';
 	print '<td width="20">&nbsp;</td>';
 	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 '</td>';
 	print '<td width="20">&nbsp;</td>';
@@ -396,11 +399,13 @@ else	// Show
 	print '<td width="20">&nbsp;</td>';
 	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 '<td width="20">&nbsp;</td>';
     print "</tr>";
-
+	*/
+	
     // Disable javascript/ajax
     print '<tr><td width="35%">'.$langs->trans("DisableJavascript").'</td><td>';
     print yn($conf->global->MAIN_DISABLE_JAVASCRIPT)."</td>";