basic structure for Tab Admission Dates

This commit is contained in:
ma0068
2025-04-22 13:35:31 +02:00
parent ced54d76d5
commit 2d87663841
9 changed files with 661 additions and 2 deletions
+24 -1
View File
@@ -41393,8 +41393,31 @@ and represent the current state of research on the topic. The prescribed citatio
'insertvon' => 'system'
)
)
)
),
// PROJEKTARBEITSBEURTEILUNG SS2025 ENDE ---------------------------------------------------------------------------
// FHC4 STUDIERENDENVERWALTUNG AUFNAHMETERMINE START ---------------------------------------------------------------
array(
'app' => 'core',
'category' => 'stv',
'phrase' => 'tab_admissionDates',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Aufnahmetermine',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Admission Dates',
'description' => '',
'insertvon' => 'system'
)
)
),
// FHC4 STUDIERENDENVERWALTUNG AUFNAHMETERMINE ENDE ---------------------------------------------------------------
);