From 81280a5e913b99d00e2d907e680f6f70ac81b1f2 Mon Sep 17 00:00:00 2001 From: SimonGschnell Date: Tue, 15 Jul 2025 14:29:26 +0200 Subject: [PATCH] refactor(Studium accessibility): adds accessability attributes to the studium component --- public/js/components/Cis/Studium/Studium.js | 16 ++++---- system/phrasesupdate.php | 41 +++++++++++++++++++++ 2 files changed, 49 insertions(+), 8 deletions(-) diff --git a/public/js/components/Cis/Studium/Studium.js b/public/js/components/Cis/Studium/Studium.js index 246bbb296..1b7aff81b 100644 --- a/public/js/components/Cis/Studium/Studium.js +++ b/public/js/components/Cis/Studium/Studium.js @@ -281,13 +281,13 @@ export default {
Studiensemester:
- -
@@ -296,13 +296,13 @@ export default {
Studiengang:
- -
@@ -311,13 +311,13 @@ export default {
Semester:
- -
@@ -326,13 +326,13 @@ export default {
Studienordnung:
- -
diff --git a/system/phrasesupdate.php b/system/phrasesupdate.php index b7f6c8661..f4ed08415 100644 --- a/system/phrasesupdate.php +++ b/system/phrasesupdate.php @@ -30161,6 +30161,7 @@ array( ) ) ), + //ProfilUpdate Phrasen ende array( @@ -30183,6 +30184,46 @@ array( ) ) ), + array( + 'app' => 'core', + 'category' => 'global', + 'phrase' => 'previous', + 'insertvon' => 'system', + 'phrases' => array( + array( + 'sprache' => 'German', + 'text' => 'vorherige', + 'description' => '', + 'insertvon' => 'system' + ), + array( + 'sprache' => 'English', + 'text' => 'previous', + 'description' => '', + 'insertvon' => 'system' + ) + ) + ), + array( + 'app' => 'core', + 'category' => 'global', + 'phrase' => 'next', + 'insertvon' => 'system', + 'phrases' => array( + array( + 'sprache' => 'German', + 'text' => 'nächste', + 'description' => '', + 'insertvon' => 'system' + ), + array( + 'sprache' => 'English', + 'text' => 'next', + 'description' => '', + 'insertvon' => 'system' + ) + ) + ), array( 'app' => 'core', 'category' => 'global',