Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
512b42b
)
quiz reports MDL-24603 columns in the overview report should be collapsible.
author
Tim Hunt
<T.J.Hunt@open.ac.uk>
Mon, 1 Nov 2010 14:36:58 +0000
(14:36 +0000)
committer
Tim Hunt
<T.J.Hunt@open.ac.uk>
Mon, 1 Nov 2010 14:36:58 +0000
(14:36 +0000)
mod/quiz/report/overview/report.php
patch
|
blob
|
blame
|
history
diff --git
a/mod/quiz/report/overview/report.php
b/mod/quiz/report/overview/report.php
index
e38fbf6
..
f3a4064
100644
(file)
--- a/
mod/quiz/report/overview/report.php
+++ b/
mod/quiz/report/overview/report.php
@@
-376,7
+376,7
@@
class quiz_overview_report extends quiz_default_report {
// Set up the table
$table->define_baseurl($reporturl->out(true, $displayoptions));
- $table->collapsible(
fals
e);
+ $table->collapsible(
tru
e);
$table->column_suppress('picture');
$table->column_suppress('fullname');