]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-9799 can not use forms due to object bug in IE :-( ; merged from MOODLE_18_STABLE
authorskodak <skodak>
Tue, 15 May 2007 20:22:15 +0000 (20:22 +0000)
committerskodak <skodak>
Tue, 15 May 2007 20:22:15 +0000 (20:22 +0000)
theme/index.php

index ddc986d9e67b462160feac4c5df4608ff90eabf1..1a57a53b61ecdc6b3d19433ab82f1071de785d50 100644 (file)
             echo '</ul>';
         }
 
-        $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 '<a href="index.php?choose='.$theme.'&amp;sesskey='.sesskey().'">'.$strchoose.'</a>';
         echo '</td>';
         echo "</tr>";
     }