From e38bbf52c434b7700f08ee8e54eac4a4f5de0e71 Mon Sep 17 00:00:00 2001 From: skodak Date: Tue, 15 May 2007 20:22:15 +0000 Subject: [PATCH] MDL-9799 can not use forms due to object bug in IE :-( ; merged from MOODLE_18_STABLE --- theme/index.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 ""; } -- 2.39.5