Diff of /contrib/plugins/grade/report/stats/tabs.php
Parent Directory
|
Revision Log
|
Patch
|
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.
|
| 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 |
|
|