Replacing exercice_history.php to exercise_history.php

skala
Julio Montoya 14 years ago
parent ff70e01a54
commit e2a6e3cb11
  1. 2
      main/exercice/exercise.lib.php
  2. 2
      main/exercice/exercise_history.php

@ -1092,7 +1092,7 @@ function get_exam_results_data($from, $number_of_items, $column, $direction) {
$html_link.="</a>";
if ($is_allowedToEdit) {
if ($filter==2){
$html_link.=' <a href="exercice_history.php?'.api_get_cidreq().'&exe_id=' . $id . '">' .Display :: return_icon('history.gif', get_lang('ViewHistoryChange')).'</a>';
$html_link.=' <a href="exercise_history.php?'.api_get_cidreq().'&exe_id=' . $id . '">' .Display :: return_icon('history.gif', get_lang('ViewHistoryChange')).'</a>';
}
}
if (api_is_platform_admin() || $is_tutor) {

@ -35,7 +35,7 @@ if(!$is_allowedToEdit){
$interbreadcrumb[]= array ('url' => 'exercice.php'.'?show=result','name' => get_lang('Exercices'));
$interbreadcrumb[]= array ('url' => 'exercice.php'.'?show=result&amp;filter=2','name' => get_lang('StudentScore'));
$interbreadcrumb[]= array ('url' => 'exercice_history.php'.'?exe_id='.intval($_GET['exe_id']), 'name' => get_lang('Details'));
$interbreadcrumb[]= array ('url' => 'exercise_history.php'.'?exe_id='.intval($_GET['exe_id']), 'name' => get_lang('Details'));
$TBL_USER = Database::get_main_table(TABLE_MAIN_USER);
$TBL_EXERCICES = Database::get_course_table(TABLE_QUIZ_TEST);
Loading…
Cancel
Save