mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Fixes for MDL-7861.
This commit is contained in:
parent
f82c88abd4
commit
25fa41ba3f
@ -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) ?>" />
|
||||
|
@ -1,5 +1,6 @@
|
||||
</table>
|
||||
<div align="center">
|
||||
<div class="boxaligncenter">
|
||||
<input type="submit" value="<?php print_string("savechanges") ?>" />
|
||||
</div>
|
||||
</fieldset>
|
||||
</form>
|
||||
|
Loading…
x
Reference in New Issue
Block a user