mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
MDL-14821 "Quiz: report overview page is not XHTML compliant" wrapped hidden form params in div with style 'display:none'.
Merged from 1.9
This commit is contained in:
parent
8cf3f60a45
commit
5bb614fec5
@ -76,7 +76,9 @@ class quiz_report_overview_table extends table_sql {
|
||||
echo '<div id="tablecontainer">';
|
||||
echo '<form id="attemptsform" method="post" action="' . $this->reporturl->out(true) .
|
||||
'" onsubmit="confirm(\''.$strreallydel.'\');">';
|
||||
echo '<div style="display: none;">';
|
||||
echo $this->reporturl->hidden_params_out(array(), 0, $this->displayoptions);
|
||||
echo '</div>';
|
||||
echo '<div>';
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user