new widget CIS4 MA Widget

- db-update for new widget studstatus
- different view for stgL and stgA
- update phrases
This commit is contained in:
ma0068
2026-06-11 15:34:45 +02:00
parent 2f90112e4d
commit fe8cf9bc83
9 changed files with 498 additions and 1 deletions
+102
View File
@@ -58177,6 +58177,108 @@ I have been informed that I am under no obligation to consent to the transmissio
)
),
// ### Phrases Dashboard Admin END
// ### Phrases Dashboard Studstatus Widget START
array(
'app' => 'core',
'category' => 'dashboard',
'phrase' => 'antraegeToEdit',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'zu bearbeitende Studierendenanträge',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Student applications to be processed',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'dashboard',
'phrase' => 'antraegeOpen',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'offene Studierendenanträge',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'open student applications',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'dashboard',
'phrase' => 'antraegeNoOpen',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Keine offenen Studierendenanträge',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'No open student applications',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'dashboard',
'phrase' => 'linkVerwaltungStudstatus',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Zur Verwaltung des Studierendenstatus',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Link to the administration of the student status',
'description' => '',
'insertvon' => 'system'
)
)
),
array(
'app' => 'core',
'category' => 'dashboard',
'phrase' => 'noPermissionStudstatus',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Keine Berechtigung für Bearbeitung von Studierendenanträgen.',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'No permission to process student applications.',
'description' => '',
'insertvon' => 'system'
)
)
),
// ### Phrases Dashboard Studstatus Widget END
);