Skip to content

Commit

Permalink
MDL-18247 Reverting the new navigation code, not ready yet.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasconnault committed Feb 17, 2009
1 parent 4b2839e commit 82b9048
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion grade/import/csv/index.php
Expand Up @@ -61,7 +61,12 @@
$csv_encode = '/\&\#44/';
}

print_grade_page_head($course->id, 'import', 'csv', get_string('importcsv', 'grades'));
$strgrades = get_string('grades', 'grades');
$actionstr = get_string('csv', 'grades');
$navigation = grade_build_nav(__FILE__, $actionstr, array('courseid' => $course->id));

print_header($course->shortname.': '.get_string('grades'), $course->fullname, $navigation);
print_grade_plugin_selector($id, 'import', 'csv');

// set up import form
$mform = new grade_import_form(null, array('includeseparator'=>!isset($CFG->CSV_DELIMITER), 'verbosescales'=>true));
Expand Down

0 comments on commit 82b9048

Please sign in to comment.