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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (view) (download)

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

Moodle CVS Admin
ViewVC Help
Powered by ViewVC 1.0.7