'name', 'index' => 'name', 'width' => '200', 'align' => 'left', ), array( 'name' => 'time', 'index' => 'time', 'width' => '50', 'align' => 'left', 'sortable' => 'false', ), array( 'name' => 'progress', 'index' => 'progress', 'width' => '50', 'align' => 'left', 'sortable' => 'false', ), array( 'name' => 'score', 'index' => 'score', 'width' => '50', 'align' => 'left', 'sortable' => 'false', ), array( 'name' => 'works', 'index' => 'works', 'width' => '50', 'align' => 'left', 'sortable' => 'false', ), array( 'name' => 'messages', 'index' => 'messages', 'width' => '50', 'align' => 'left', 'sortable' => 'false', ), array( 'name' => 'actions', 'index' => 'actions', 'width' => '50', 'align' => 'left', 'formatter' => 'action_formatter', 'sortable' => 'false', ), ); // Autowidth $extra_params['autowidth'] = 'true'; // height auto $extra_params['height'] = 'auto'; $action_links = ' function action_formatter(cellvalue, options, rowObject) { return \''.Display::return_icon('2rightarrow.png', get_lang('Edit'), '', ICON_SIZE_SMALL).''. '\'; }'; // Add the JS needed to use the jqgrid $htmlHeadXtra[] = api_get_jqgrid_js(); $htmlHeadXtra[] = ' '; Display::display_header(); echo '
'; echo Display::url(Display::return_icon('user.png', get_lang('StudentsTracking'), array(), ICON_SIZE_MEDIUM), 'courseLog.php?'.api_get_cidreq(true, false)); echo Display::url(Display::return_icon('group_na.png', get_lang('GroupReporting'), array(), ICON_SIZE_MEDIUM), '#'); echo Display::url(Display::return_icon('course.png', get_lang('CourseTracking'), array(), ICON_SIZE_MEDIUM), 'course_log_tools.php?'.api_get_cidreq(true, false)); echo Display::url(Display::return_icon('tools.png', get_lang('ResourcesTracking'), array(), ICON_SIZE_MEDIUM), 'course_log_resources.php?'.api_get_cidreq(true, false)); echo '
'; echo Display::grid_html('group_users'); Display::display_footer();