[moodle] / contrib / plugins / grade / report / stats / tabs.php Repository:

Diff of /contrib/plugins/grade/report/stats/tabs.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2, Tue Jun 17 18:50:38 2008 WST revision 1.3, Thu Jun 19 15:29:54 2008 WST

By dservos:

CONTRIB-496 Added printer friendly version. Added option to invert the table. Fixed a bug that happened when no students where in the class.

# Line 41  Line 41 
41                                 get_string('myreportpreferences', 'grades'));                                 get_string('myreportpreferences', 'grades'));
42      }      }
43    
44        $row[] = new tabobject('printable',
45                               $CFG->wwwroot.'/grade/report/stats/print.php?id='.$courseid,
46                               get_string('printable', 'gradereport_stats'));
47    
48      $tabs[] = $row;      $tabs[] = $row;
49      echo '<div class="gradedisplay">';      echo '<div class="gradedisplay">';
50      print_tabs($tabs, $currenttab);      print_tabs($tabs, $currenttab);

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

Moodle CVS Admin
ViewVC Help
Powered by ViewVC 1.0.7