Fix selected tabs
This commit is contained in:
@@ -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;
|
||||
}
|
||||
?>
|
||||
?>
|
||||
|
||||
@@ -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();
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user