mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
MDL-9183 - yet another invisiblefieldset causing layout problems. Merged from MOODLE_18_STABLE.
This commit is contained in:
parent
730d42b336
commit
b3396fe91d
@ -358,7 +358,6 @@ class quiz_report extends quiz_default_report {
|
||||
// Display the form with one part for each selected attempt
|
||||
|
||||
echo '<form method="post" action="report.php">'.
|
||||
'<fieldset class="invisiblefieldset">'.
|
||||
'<input type="hidden" name="mode" value="grading" />'.
|
||||
'<input type="hidden" name="q" value="'.$quiz->id.'">'.
|
||||
'<input type="hidden" name="sesskey" value="'.sesskey().'" />'.
|
||||
@ -396,7 +395,6 @@ class quiz_report extends quiz_default_report {
|
||||
echo '</div>';
|
||||
}
|
||||
echo '<div class="boxaligncenter"><input type="submit" value="'.get_string('savechanges').'" /></div>'.
|
||||
'</fieldset>'.
|
||||
'</form>';
|
||||
|
||||
if ($usehtmleditor) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user