git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@13105
7612ce4b-ef26-0410-bec9-
ea0150e637f0
SMPREF_JS_ON => _("Always"),
SMPREF_JS_OFF => _("Never")),
'save' => 'save_option_javascript_autodetect',
- 'extra_attributes' => array('onclick' => 'document.forms[0].new_js_autodetect_results.value = \'' . SMPREF_JS_ON . '\';'),
+ 'extra_attributes' => array('onclick' => 'document.option_form.new_js_autodetect_results.value = \'' . SMPREF_JS_ON . '\';'),
);
$optvals[SMOPT_GRP_GENERAL][] = array(
}
// Begin output form
- echo addForm('options.php', 'post', 'f')
+ echo addForm('options.php', 'post', 'option_form')
. create_optpage_element($optpage)
. create_optmode_element(SMOPT_MODE_SUBMIT);