|
@@ -19,7 +19,8 @@ define('SMOPT_GRP_MESSAGE', 2);
|
|
|
/* Define the optpage load function for the display options page. */
|
|
|
function load_optpage_data_display() {
|
|
|
global $theme, $language, $languages, $js_autodetect_results,
|
|
|
- $compose_new_win, $default_use_mdn, $squirrelmail_language, $allow_thread_sort;
|
|
|
+ $compose_new_win, $default_use_mdn, $squirrelmail_language, $allow_thread_sort,
|
|
|
+ $optmode;
|
|
|
|
|
|
/* Build a simple array into which we will build options. */
|
|
|
$optgrps = array();
|
|
@@ -99,8 +100,12 @@ function load_optpage_data_display() {
|
|
|
SMPREF_JS_OFF => _("Never"))
|
|
|
);
|
|
|
|
|
|
- $onLoadScript = "document.forms[0].new_js_autodetect_results.value = '" . SMPREF_JS_ON . "'";
|
|
|
- $js_autodetect_results = SMPREF_JS_OFF;
|
|
|
+
|
|
|
+ if ($optmode != 'submit')
|
|
|
+ $onLoadScript = 'document.forms[0].new_js_autodetect_results.value = \'' . SMPREF_JS_ON . '\'';
|
|
|
+ else
|
|
|
+ $onLoadScript = '';
|
|
|
+
|
|
|
$optvals[SMOPT_GRP_GENERAL][] = array(
|
|
|
'name' => 'js_autodetect_results',
|
|
|
'caption' => '',
|