mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
StV: tab final ordering
This commit is contained in:
@@ -85,9 +85,9 @@ if (!defined('ZGV_DOKTOR_ANZEIGEN') || !ZGV_DOKTOR_ANZEIGEN) {
|
||||
}
|
||||
|
||||
$config['student_tab_order'] = [
|
||||
'messages',
|
||||
'details',
|
||||
'notes',
|
||||
'messages',
|
||||
'contact',
|
||||
'prestudent',
|
||||
'status',
|
||||
@@ -101,14 +101,15 @@ $config['student_tab_order'] = [
|
||||
'mobility',
|
||||
'jointstudies',
|
||||
'admissionDates',
|
||||
'functions',
|
||||
'resources',
|
||||
'groups',
|
||||
'functions',
|
||||
'coursedates',
|
||||
'resources',
|
||||
];
|
||||
$config['students_tab_order'] = [
|
||||
'banking',
|
||||
'status',
|
||||
'groups',
|
||||
'finalexam',
|
||||
'archive',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user