Changed Tabulators new-Button to btn-primary color

This commit is contained in:
Cris
2023-11-28 18:55:14 +01:00
parent be0e2a6dca
commit 1310dea4a5
2 changed files with 30 additions and 7 deletions
+20
View File
@@ -13637,6 +13637,26 @@ array(
)
)
),
array(
'app' => 'core',
'category' => 'anrechnung',
'phrase' => 'antragNichtFuerVerganganeSS',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => "Der Antrag kann nicht für vergangene Semester gestellt werden",
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => "You can not apply for the past study semester",
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'ui',