]> git.mjollnir.org Git - moodle.git/commitdiff
replacing fieldset in small form to div
authortoyomoyo <toyomoyo>
Thu, 1 Mar 2007 04:40:50 +0000 (04:40 +0000)
committertoyomoyo <toyomoyo>
Thu, 1 Mar 2007 04:40:50 +0000 (04:40 +0000)
admin/langimport.php

index 93835f70fa2f92a486bf58fb70fba09de23f3804..4a38b29ec2315b945f56d4d7c012081e2dd10abe 100755 (executable)
             echo '</fieldset>';
             echo '</form>';
             echo '<form id="updateform" action="langimport.php?mode=5" method="post">';
-            echo '<fieldset class="invisiblefieldset">';
+            echo '<div>';
             echo '<br /><input type="submit" value="'.get_string('updatelangs','admin').'" />';
-            echo '</fieldset>';
+            echo '</div>';
             echo '</form>';
 
             /// Display option to change site language