From bc0d581402b371a70b342133c8adb842607cc5b7 Mon Sep 17 00:00:00 2001 From: SimonGschnell Date: Thu, 18 Apr 2024 15:00:28 +0200 Subject: [PATCH] fixes phrasen in the studentProfil --- .../Profil/ProfilComponents/ProfilEmails.js | 28 +++++----- .../Cis/Profil/ProfilComponents/QuickLinks.js | 56 +++++++++---------- .../js/components/Cis/Profil/StudentProfil.js | 18 +++--- 3 files changed, 49 insertions(+), 53 deletions(-) diff --git a/public/js/components/Cis/Profil/ProfilComponents/ProfilEmails.js b/public/js/components/Cis/Profil/ProfilComponents/ProfilEmails.js index 23ac82bac..4040be37b 100755 --- a/public/js/components/Cis/Profil/ProfilComponents/ProfilEmails.js +++ b/public/js/components/Cis/Profil/ProfilComponents/ProfilEmails.js @@ -1,19 +1,17 @@ export default { - data(){ - return { - - } + data() { + return {}; + }, + props: { + title: { + type: String, + required: true, }, - props:{ - title:{ - type:String, - - }, - data:{ - type:Array, - } + data: { + type: Array, }, - template: ` + }, + template: /*html*/ `
{{title}} @@ -60,5 +58,5 @@ export default {
-
` -} \ No newline at end of file + `, +}; diff --git a/public/js/components/Cis/Profil/ProfilComponents/QuickLinks.js b/public/js/components/Cis/Profil/ProfilComponents/QuickLinks.js index de0ee0b98..bad40b2fe 100755 --- a/public/js/components/Cis/Profil/ProfilComponents/QuickLinks.js +++ b/public/js/components/Cis/Profil/ProfilComponents/QuickLinks.js @@ -1,34 +1,32 @@ -export default{ - //TODO: To be implemented - props:{ - data:{ - type:String, - - }, - title:{ - type:String, - - }, - mobile:{ - type:Boolean, - default:false, - } +export default { + //TODO: To be implemented + props: { + data: { + type: String, }, - methods:{ - hideCollapse: function(){ - this.collapseOpen = false; - }, - showCollapse: function(){ - this.collapseOpen = true; - }, + title: { + type: String, + required: true, }, - data(){ - return{ - collapseOpen: false, - - } + mobile: { + type: Boolean, + default: false, }, - template:/*html*/` + }, + methods: { + hideCollapse: function () { + this.collapseOpen = false; + }, + showCollapse: function () { + this.collapseOpen = true; + }, + }, + data() { + return { + collapseOpen: false, + }; + }, + template: /*html*/ `
`, -} \ No newline at end of file +}; diff --git a/public/js/components/Cis/Profil/StudentProfil.js b/public/js/components/Cis/Profil/StudentProfil.js index 2f6b988e0..51699cdd4 100755 --- a/public/js/components/Cis/Profil/StudentProfil.js +++ b/public/js/components/Cis/Profil/StudentProfil.js @@ -199,7 +199,7 @@ export default {
- +
@@ -247,7 +247,7 @@ export default {
- +
@@ -257,8 +257,8 @@ export default {
- - + +
@@ -274,7 +274,7 @@ export default {
- +
@@ -350,11 +350,11 @@ export default {
- +
- +
@@ -371,7 +371,7 @@ export default {
- +
@@ -424,7 +424,7 @@ export default { - +