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:
9ad535c
)
MDL-30819 grade: fixed column highlighting on the grader report
author
Andrew Davis
<andrew@moodle.com>
Mon, 9 Apr 2012 05:28:00 +0000
(12:28 +0700)
committer
Andrew Davis
<andrew@moodle.com>
Mon, 9 Apr 2012 05:28:00 +0000
(12:28 +0700)
grade/report/grader/lib.php
patch
|
blob
|
blame
|
history
diff --git
a/grade/report/grader/lib.php
b/grade/report/grader/lib.php
index
7601fea
..
402bc84
100644
(file)
--- a/
grade/report/grader/lib.php
+++ b/
grade/report/grader/lib.php
@@
-783,7
+783,7
@@
class grade_report_grader extends grade_report {
$headerlink = $this->gtree->get_element_header($element, true, $this->get_pref('showactivityicons'), false);
$itemcell = new html_table_cell();
- $itemcell->attributes['class'] = $type . ' ' . $catlevel . 'highlightable';
+ $itemcell->attributes['class'] = $type . ' ' . $catlevel . '
highlightable';
if ($element['object']->is_hidden()) {
$itemcell->attributes['class'] .= ' hidden';