Display current semester status in Detail Header

- adapt function get
- adapt functions getPrestudents, get Students, get Prestudent, getStudent, get Person
- add Phrase Student auswaehlen
This commit is contained in:
ma0068
2025-07-16 11:41:23 +02:00
parent cb48c1e5e3
commit 1ff3f7b66d
5 changed files with 105 additions and 6 deletions
+20
View File
@@ -44475,6 +44475,26 @@ and represent the current state of research on the topic. The prescribed citatio
)
)
),
array(
'app' => 'core',
'category' => 'ui',
'phrase' => 'chooseStudent',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Bitte StudentIn auswählen!',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Please select a student!',
'description' => '',
'insertvon' => 'system'
)
)
),
// FHC-4 Studierendenverwaltung FHC-ALERTS END
);