Fix selected tabs

This commit is contained in:
moodler
2007-07-25 07:34:00 +00:00
parent 5d2dfba2a8
commit b9c70b99de
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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;
}
?>
?>
+2 -2
View File
@@ -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();
?>
?>