From 9f0328ab7fc18046922d1c4b52af480481cb78ee Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 26 Mar 2017 13:10:25 +0200 Subject: [PATCH] Hidden for the moment because option specific to one theme only. --- htdocs/admin/ihm.php | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) 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)."";