|
@@ -16,7 +16,7 @@ discard block |
|
|
block discarded – undo |
|
16
|
16
|
|
|
17
|
17
|
api_block_anonymous_users(); |
|
18
|
18
|
$htmlHeadXtra[] = api_get_jqgrid_js(); |
|
19
|
|
-$interbreadcrumb[] = array ("url" => "index.php", "name" => get_lang('MySpace')); |
|
|
19
|
+$interbreadcrumb[] = array("url" => "index.php", "name" => get_lang('MySpace')); |
|
20
|
20
|
Display::display_header(get_lang('Sessions')); |
|
21
|
21
|
|
|
22
|
22
|
$export_csv = false; |
|
@@ -62,11 +62,11 @@ discard block |
|
|
block discarded – undo |
|
62
|
62
|
|
|
63
|
63
|
$menu_items[] = Display::url( |
|
64
|
64
|
Display::return_icon('works.png', get_lang('WorksReport'), [], ICON_SIZE_MEDIUM), |
|
65
|
|
- api_get_path(WEB_CODE_PATH) . 'mySpace/works_in_session_report.php' |
|
|
65
|
+ api_get_path(WEB_CODE_PATH).'mySpace/works_in_session_report.php' |
|
66
|
66
|
); |
|
67
|
67
|
$menu_items[] = Display::url( |
|
68
|
68
|
Display::return_icon('clock.png', get_lang('TeacherTimeReportBySession'), [], ICON_SIZE_MEDIUM), |
|
69
|
|
- api_get_path(WEB_CODE_PATH) . 'admin/teachers_time_by_session_report.php' |
|
|
69
|
+ api_get_path(WEB_CODE_PATH).'admin/teachers_time_by_session_report.php' |
|
70
|
70
|
); |
|
71
|
71
|
|
|
72
|
72
|
$actionsLeft = ''; |
|
@@ -127,10 +127,10 @@ discard block |
|
|
block discarded – undo |
|
127
|
127
|
// Column config |
|
128
|
128
|
$columnModel = array( |
|
129
|
129
|
array('name'=>'name', 'index'=>'name', 'width'=>'255', 'align'=>'left'), |
|
130
|
|
- array('name'=>'date', 'index'=>'date', 'width'=>'150', 'align'=>'left','sortable'=>'false'), |
|
131
|
|
- array('name'=>'course_per_session', 'index'=>'course_per_session', 'width'=>'150','sortable'=>'false'), |
|
132
|
|
- array('name'=>'student_per_session', 'index'=>'student_per_session', 'width'=>'100','sortable'=>'false'), |
|
133
|
|
- array('name'=>'details', 'index'=>'details', 'width'=>'100','sortable'=>'false') |
|
|
130
|
+ array('name'=>'date', 'index'=>'date', 'width'=>'150', 'align'=>'left', 'sortable'=>'false'), |
|
|
131
|
+ array('name'=>'course_per_session', 'index'=>'course_per_session', 'width'=>'150', 'sortable'=>'false'), |
|
|
132
|
+ array('name'=>'student_per_session', 'index'=>'student_per_session', 'width'=>'100', 'sortable'=>'false'), |
|
|
133
|
+ array('name'=>'details', 'index'=>'details', 'width'=>'100', 'sortable'=>'false') |
|
134
|
134
|
); |
|
135
|
135
|
|
|
136
|
136
|
$extraParams = array( |