]> git.mjollnir.org Git - moodle.git/commitdiff
Fixes for MDL-7861.
authorvyshane <vyshane>
Tue, 9 Jan 2007 11:47:21 +0000 (11:47 +0000)
committervyshane <vyshane>
Tue, 9 Jan 2007 11:47:21 +0000 (11:47 +0000)
mod/resource/type/common.html
mod/resource/type/common_end.html

index ee818d42a2de35bf7112c8813f7617469f113e6f..8cacf6303b46f979f2dbcb37e327b79e98c1f018 100644 (file)
@@ -1,4 +1,5 @@
 <form id="form" method="post" action="<?php echo "$CFG->wwwroot/course/mod.php" ?>">
+<fieldset class="invisiblefieldset">
 
 <input type="hidden" name="type"         value="<?php p($form->type) ?>" />
 <input type="hidden" name="course"       value="<?php p($form->course) ?>" />
index 7c21d5d10421babccbadaceb086630cda3d25ada..4e90c2d4c0393e53f8c06f87bae7375586fb89e6 100644 (file)
@@ -1,5 +1,6 @@
 </table>
-<div align="center">
+<div class="boxaligncenter">
 <input type="submit" value="<?php print_string("savechanges") ?>" />
 </div>
+</fieldset>
 </form>