-
`
diff --git a/public/js/components/Cis/Profil/MitarbeiterProfil.js b/public/js/components/Cis/Profil/MitarbeiterProfil.js
index b827358b8..c466c28f0 100644
--- a/public/js/components/Cis/Profil/MitarbeiterProfil.js
+++ b/public/js/components/Cis/Profil/MitarbeiterProfil.js
@@ -216,7 +216,7 @@ export default {
Geburtsdatum: this.data.gebdatum,
Geburtsort: this.data.gebort,
Kurzzeichen: this.data.kurzbz,
- Telefon: this.data.telefonklappe + (this.data.standort_telefon?this.data.standort_telefon:""),
+ Telefon: (this.data.standort_telefon?this.data.standort_telefon:"") + " " + this.data.telefonklappe,
Büro: this.data.ort_kurzbz,
};
},
@@ -348,7 +348,7 @@ export default {
-
+
-
-
+
+
+
+ Es wurden keine oder mehrere Profile für {{this.notFoundUID}} gefunden
+ +Es wurden keine oder mehrere Profile für {{this.notFoundUID}} gefunden
-
+
@@ -377,20 +377,25 @@ export default {
-
+
-
+
-
-
-
+
+
+
+
+
Vorname
+ {{data.vorname}}
+
-
@@ -405,11 +410,15 @@ export default {
-
-
-
+
+
+
+
Nachname
+ {{data.nachname}}
-
-
-
-
+
+
+
@@ -432,21 +441,25 @@ export default {
Mitarbeiter Information
+
+
+
+
{{bez}}
+ {{wert?wert:'-'}}
-
+
@@ -489,29 +502,36 @@ export default {
+
+
-
+
+
+
+
-
-
-
+
+
+
+
@@ -464,27 +469,28 @@ export default {
-
@@ -331,8 +298,41 @@ export default {
+
-
-
@@ -541,49 +561,43 @@ export default {
-
-
-
-
+
+
+
+
+
+
+
+
{{email.type}}
+ {{email.email}}
-
+
+
+
+
@@ -444,6 +408,50 @@ export default {
+
@@ -597,7 +611,10 @@ export default {
Private Adressen
-
-
+
+
+
diff --git a/public/js/components/Cis/Profil/MitarbeiterViewProfil.js b/public/js/components/Cis/Profil/MitarbeiterViewProfil.js
index f7efd5d19..b20818517 100644
--- a/public/js/components/Cis/Profil/MitarbeiterViewProfil.js
+++ b/public/js/components/Cis/Profil/MitarbeiterViewProfil.js
@@ -129,7 +129,7 @@ export default {
get_mitarbeiter_standort_telefon(){
if(this.data.standort_telefon){
- return "tel:"+ this.data.telefonklappe + this.data.standort_telefon;
+ return "tel:"+ this.data.telefonklappe + this.data.standort_telefon ;
}else{
return null;
}
@@ -167,7 +167,7 @@ export default {
return {
Kurzzeichen: this.data.kurzbz,
- Telefon: this.data.telefonklappe + (this.data.standort_telefon?this.data.standort_telefon:""),
+ Telefon: (this.data.standort_telefon?this.data.standort_telefon:"") + " " + this.data.telefonklappe ,
Büro: this.data.ort_kurzbz,
};
},
@@ -333,44 +333,7 @@ export default {
+
@@ -605,35 +622,43 @@ export default {
-
-
-
-
-
+
+
+
-
-
+
+
+
Strasse
+ {{element.strasse}}
+
-
-
-
+
+
+
+
+
+
+
+
+ Typ
+ {{element.adr_typ}}
+
+
+
-
+
Ort
+ {{element.ort}}
-
-
-
-
-
-
-
+
-
-
+
+
+
PLZ
+ {{element.plz}}
-
-
-
+
@@ -418,10 +381,11 @@ export default {
-
-
-
-
-
-
-
-
-
-
-
-
- Mitarbeiter Information
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/public/js/components/Cis/Profil/StudentProfil.js b/public/js/components/Cis/Profil/StudentProfil.js
index 98fa81cb6..469c72411 100644
--- a/public/js/components/Cis/Profil/StudentProfil.js
+++ b/public/js/components/Cis/Profil/StudentProfil.js
@@ -155,7 +155,7 @@ export default {
Studiengang: this.data.studiengang,
Semester: this.data.semester,
Verband: this.data.verband,
- Gruppe: this.data.gruppe,
+ Gruppe: this.data.gruppe.trim(),
};
},
@@ -419,19 +419,24 @@ export default {
+
+
+
+
+
+
+
+
+ Mitarbeiter Information
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{wert?wert:'-'}}
+
+
+ {{bez }}
+
+
+
+
+
+
+
+
+
-
+ {{email.email}}
-
+
+
+
+
{{email.type }}
-
+
diff --git a/public/js/components/Cis/Profil/StudentViewProfil.js b/public/js/components/Cis/Profil/StudentViewProfil.js
index 5967fe7f9..b05c68db7 100644
--- a/public/js/components/Cis/Profil/StudentViewProfil.js
+++ b/public/js/components/Cis/Profil/StudentViewProfil.js
@@ -61,7 +61,7 @@ export default {
Studiengang: this.data.studiengang,
Semester: this.data.semester,
Verband: this.data.verband,
- Gruppe: this.data.gruppe,
+ Gruppe: this.data.gruppe.trim(),
};
},
@@ -224,40 +224,7 @@ export default {
-
-
-
+
@@ -305,10 +272,10 @@ export default {
-
-
-
-
-
-
-
-
-
-
-
-
- Studenten Information
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Studenten Information
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+