Fixed wrong column grid / Small GUI adaptations

GUI adaptations:
. Changed 'Antrag anlegen': button instead of link
. Changed success text to: Antrag wurde angelegt

Signed-off-by: cris-technikum <[email protected]>
This commit is contained in:
Cris
2021-05-05 15:52:25 +02:00
committed by cris-technikum
parent 69b33a7f92
commit 563c0cea58
3 changed files with 24 additions and 5 deletions
+20
View File
@@ -11051,6 +11051,26 @@ Any unusual occurrences
)
)
),
array(
'app' => 'core',
'category' => 'global',
'phrase' => 'antragWurdeAngelegt',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Antrag wurde angelegt',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Application was created',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'anrechnung',