Added GUI for STGL Detail VIEW + logic (Antrag- and Empfehlungdata)

Signed-off-by: cris-technikum <hainberg@technikum-wien.at>
This commit is contained in:
Cris
2021-02-03 15:30:53 +01:00
committed by cris-technikum
parent 0affbf4e41
commit e780a3e505
7 changed files with 978 additions and 8 deletions
+40
View File
@@ -9188,6 +9188,46 @@ Any unusual occurrences
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'anrechnung',
'phrase' => 'keineEmpfehlungAngefordert',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Es wurde noch keine Empfehlung angefordert.',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'You have not requested a recommendation yet.',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'anrechnung',
'phrase' => 'empfehlungAngefordertNochKeineEmpfehlung',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Empfehlung wurde angefordert am ',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Recommendation was requested on ',
'description' => '',
'insertvon' => 'system'
)
)
)
);