]> git.mjollnir.org Git - moodle.git/commitdiff
Fix selected tabs
authormoodler <moodler>
Wed, 25 Jul 2007 07:34:00 +0000 (07:34 +0000)
committermoodler <moodler>
Wed, 25 Jul 2007 07:34:00 +0000 (07:34 +0000)
grade/report/outcomes/course.php
grade/report/outcomes/site.php

index 93c72f65a40383a66564cc876acdd83dc125b190..215ac5849173d17e3523158568d2bc8c966f2793 100755 (executable)
@@ -78,7 +78,7 @@ $navigation = build_navigation($navlinks);
 print_header_simple($strgrades.':'.$stroutcomes, ':'.$strgrades, $navigation, '', '', true);
 
     // Add tabs
-    $currenttab = 'outcomesettings';
+    $currenttab = 'courseoutcomes';
     include('tabs.php');
 
     /// listing of all site outcomes + this course specific outcomes
@@ -169,4 +169,4 @@ function truncate($string, $num) {
     }
     return $string;
 }
-?>
\ No newline at end of file
+?>
index ed2f5726d61a6c9d519800ae3b4e690f4dad0aa0..43fd0481fd7cd3a16fbe1a0e1745d4decdd6f899 100755 (executable)
@@ -52,7 +52,7 @@ $perpage = 30;
     admin_externalpage_print_header();
 
     // Add tabs
-    $currenttab = 'outcomesettings';
+    $currenttab = 'siteoutcomes';
     include('tabs.php');
 
     $totalcount = count_records('grade_outcomes');
@@ -119,4 +119,4 @@ $perpage = 30;
 
     // print the footer, end of page
     admin_externalpage_print_footer();
-?>
\ No newline at end of file
+?>