Validierung Modal askAusbildungssemester

This commit is contained in:
ma0068
2024-11-22 10:51:47 +01:00
parent f2b5c12e6d
commit 9c503ae66f
3 changed files with 75 additions and 12 deletions
+40 -1
View File
@@ -30907,7 +30907,46 @@ array(
)
)
),
array(
'app' => 'core',
'category' => 'ui',
'phrase' => 'error_noInteger',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Nur Eingabe von ganzen Zahlen erlaubt',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Error: Only input of whole numbers allowed',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'ui',
'phrase' => 'error_maxSem',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Ausbildungssemester nicht zulässig: größer als Höchstsemester',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Error: Semester not allowed: higher than max Semester',
'description' => '',
'insertvon' => 'system'
)
)
),
);