From 3d1f81a7213636c3e855cf9afccdd5f26aee1125 Mon Sep 17 00:00:00 2001 From: cgfhtw Date: Mon, 27 May 2024 08:53:18 +0200 Subject: [PATCH] address: code quality --- .../Details/Kontakt/Address.js | 260 +++++++++--------- 1 file changed, 129 insertions(+), 131 deletions(-) diff --git a/public/js/components/Stv/Studentenverwaltung/Details/Kontakt/Address.js b/public/js/components/Stv/Studentenverwaltung/Details/Kontakt/Address.js index 1e7423fd9..8f6cd9888 100644 --- a/public/js/components/Stv/Studentenverwaltung/Details/Kontakt/Address.js +++ b/public/js/components/Stv/Studentenverwaltung/Details/Kontakt/Address.js @@ -291,128 +291,129 @@ export default{ }) .catch(this.$fhcAlert.handleSystemError) }, + // TODO(chris): use Form Component template: ` -
+
- + -
-
- -
- -
+ +
+ +
+
-
- -
- -
-
- -
- -
- -
-
- -
- -
- -
+
+
+ +
+
+
-
- -
- - -
+
+ +
+
+
+ +
+ +
+ +
+
+ +
+ +
+ + +
+
+ +
+ +
+ + +
+
+ +
+ +
+
+ +
+
+
-
- -
- - -
-
- -
- -
-
- -
+
+ +
+
+
- -
- -
-
- -
+
+ +
+ +
+ +
+
+ +
+ +
+
+
- -
- -
- -
+
+ +
+ +
+
- -
- -
-
- -
-
+
+ +
+ +
+
- -
- -
- -
-
- -
- -
- -
-
-
- -
- -
+
+
+ +
+
+
- + - +
@@ -448,28 +449,28 @@ export default{
-
- -
-
- -
+
+ +
+
+ +
- -
- -
-
- -
+ +
+ +
+
+ +
@@ -508,12 +509,12 @@ export default{
-
- -
-
- -
+
+ +
+
+ +
@@ -539,10 +540,10 @@ export default{ - + - + - + - -
` +
` };