refactor detail Header, relaod array if semester changed, show no status if no status, phrase

This commit is contained in:
ma0068
2026-03-09 11:42:24 +01:00
parent 9b4fa132dc
commit 2237e9f1b7
6 changed files with 129 additions and 8 deletions
+20
View File
@@ -56144,6 +56144,26 @@ I have been informed that I am under no obligation to consent to the transmissio
)
),
// ### Refactor Messages END
array(
'app' => 'core',
'category' => 'lehre',
'phrase' => 'textNoStatus',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Kein Status',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'No status',
'description' => '',
'insertvon' => 'system'
)
)
),
);