mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02: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
1 changed files with 2 additions and 0 deletions
|
@ -76,7 +76,9 @@ class quiz_report_overview_table extends table_sql {
|
||||||
echo '<div id="tablecontainer">';
|
echo '<div id="tablecontainer">';
|
||||||
echo '<form id="attemptsform" method="post" action="' . $this->reporturl->out(true) .
|
echo '<form id="attemptsform" method="post" action="' . $this->reporturl->out(true) .
|
||||||
'" onsubmit="confirm(\''.$strreallydel.'\');">';
|
'" onsubmit="confirm(\''.$strreallydel.'\');">';
|
||||||
|
echo '<div style="display: none;">';
|
||||||
echo $this->reporturl->hidden_params_out(array(), 0, $this->displayoptions);
|
echo $this->reporturl->hidden_params_out(array(), 0, $this->displayoptions);
|
||||||
|
echo '</div>';
|
||||||
echo '<div>';
|
echo '<div>';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue