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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (view) (download)

1 : dservos 1.1 <?php
2 :     $row = $tabs = array();
3 :     $tabcontext = get_context_instance(CONTEXT_COURSE, $COURSE->id);
4 :     $row[] = new tabobject('statsreport',
5 :     $CFG->wwwroot.'/grade/report/stats/index.php?id='.$courseid,
6 :     get_string('modulename', 'gradereport_stats'));
7 :    
8 :     if (has_capability('moodle/grade:manage',$tabcontext ) ||
9 :     has_capability('moodle/grade:edit', $tabcontext) ||
10 :     has_capability('gradereport/stats:view', $tabcontext)) {
11 :     $row[] = new tabobject('preferences',
12 :     $CFG->wwwroot.'/grade/report/stats/preferences.php?id='.$courseid,
13 :     get_string('myreportpreferences', 'grades'));
14 :     }
15 :    
16 :     $tabs[] = $row;
17 :     echo '<div class="gradedisplay">';
18 :     print_tabs($tabs, $currenttab);
19 :     echo '</div>';
20 :     ?>

Moodle CVS Admin
ViewVC Help
Powered by ViewVC 1.0.7