]> git.mjollnir.org Git - moodle.git/commitdiff
taking out user class from firstname/lastname cell to remove image css
authortoyomoyo <toyomoyo>
Thu, 22 Nov 2007 01:37:59 +0000 (01:37 +0000)
committertoyomoyo <toyomoyo>
Thu, 22 Nov 2007 01:37:59 +0000 (01:37 +0000)
grade/report/grader/lib.php

index 76cfa07df1640a011161a491d900bdafdccaf9e0..924ed9ec67be1f83a291d38f16f560697cee968b 100644 (file)
@@ -515,7 +515,7 @@ class grade_report_grader extends grade_report {
             $headerhtml .= '<tr class="heading r'.$this->rowcount++.'">';
 
             if ($key == $numrows - 1) {
-                $headerhtml .= '<th class="header c'.$columncount++.' user" scope="col"><a href="'.$this->baseurl.'&amp;sortitemid=firstname">'
+                $headerhtml .= '<th class="header c'.$columncount++.'" scope="col"><a href="'.$this->baseurl.'&amp;sortitemid=firstname">'
                             . $strfirstname . '</a> '
                             . $firstarrow. '/ <a href="'.$this->baseurl.'&amp;sortitemid=lastname">' . $strlastname . '</a>'. $lastarrow .'</th>';
             } else {