From: skodak Date: Tue, 15 May 2007 20:22:15 +0000 (+0000) Subject: MDL-9799 can not use forms due to object bug in IE :-( ; merged from MOODLE_18_STABLE X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=e38bbf52c434b7700f08ee8e54eac4a4f5de0e71;p=moodle.git MDL-9799 can not use forms due to object bug in IE :-( ; merged from MOODLE_18_STABLE --- diff --git a/theme/index.php b/theme/index.php index ddc986d9e6..1a57a53b61 100644 --- a/theme/index.php +++ b/theme/index.php @@ -124,10 +124,12 @@ echo ''; } - $options = null; + // can not use forms due to object bug in IE :-( see MDL-9799 +/* $options = null; $options['choose'] = $theme; $options['sesskey'] = $sesskey; - print_single_button('index.php', $options, $strchoose); + print_single_('index.php', $options, $strchoose);*/ + echo ''.$strchoose.''; echo ''; echo ""; }