[svn r20648] minor correctly breadcrumb in admin and myspace

skala
Carlos Vargas 16 years ago
parent c66c712cce
commit e136bf1002
  1. 4
      main/admin/course_category.php
  2. 4
      main/exercice/exercice.php

@ -1,4 +1,4 @@
<?php // $Id: course_category.php 20441 2009-05-10 07:39:15Z ivantcholakov $
<?php // $Id: course_category.php 20648 2009-05-14 17:34:11Z cvargas1 $
/*
==============================================================================
Dokeos - elearning and course management software
@ -108,7 +108,7 @@ if(!empty($action))
$tool_name=get_lang('AdminCategories');
$interbreadcrumb[]=array('url' => 'index.php',"name" => get_lang('PlatformAdmin'));
$interbreadcrumb[]=array('url' => 'configure_homepage.php',"name" => get_lang('ConfigureHomePage'));
//$interbreadcrumb[]=array('url' => 'configure_homepage.php',"name" => get_lang('ConfigureHomePage'));
Display::display_header($tool_name);

@ -1,5 +1,5 @@
<?php
// $Id: exercice.php 20522 2009-05-12 00:43:47Z yannoo $
// $Id: exercice.php 20648 2009-05-14 17:34:11Z cvargas1 $
/*
==============================================================================
@ -404,7 +404,7 @@ if ($show == 'result' && $_REQUEST['comments'] == 'update' && ($is_allowedToEdit
}
if ($origin == 'tracking_course') {
//Redirect to the course detail in lp
header('location: ../mySpace/lp_tracking.php?course=' . Security :: remove_XSS($_GET['course']) . '&origin=' . $origin . '&lp_id=' . Security :: remove_XSS($_POST['lp_item_id']) . '&student_id=' . Security :: remove_XSS($_POST['student_id']));
header('location: ../mySpace/lp_tracking.php?course=' . Security :: remove_XSS($_GET['course']) . '&origin=' . $origin . '&lp_id=' . Security :: remove_XSS($_POST['lp_item_id']) . '&student_id=' . Security :: remove_XSS($_GET['student']));
} else {
//Redirect to the reporting
header('location: ../mySpace/myStudents.php?origin=' . $origin . '&student=' . Security :: remove_XSS($_GET['student']) . '&details=true&course=' . Security :: remove_XSS($_GET['course']));

Loading…
Cancel
Save