From 71d94fdd4435187c13321322893cd9b1bf273402 Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Tue, 8 Feb 2022 17:16:42 +0100 Subject: chore(matching): update 'other-login-method' GUI steps to use it as common starting-point for any other alternative matching method --- basicConfig/templates/other_login_method.html | 36 ++++++++++++++++++++++++--- 1 file changed, 32 insertions(+), 4 deletions(-) (limited to 'basicConfig/templates') diff --git a/basicConfig/templates/other_login_method.html b/basicConfig/templates/other_login_method.html index 8f846f84..4fc061c0 100644 --- a/basicConfig/templates/other_login_method.html +++ b/basicConfig/templates/other_login_method.html @@ -49,29 +49,57 @@

Betrieben durch das Bundesministerium für Inneres

+
+

Detailed

+

Generell

+ + + +
+ +

Select an alternative login method

-
-
+ +
+ +

+ +
+ + + +
+
+
-- cgit v1.2.3 From 01a4c718c21573b0d149ca182a02d9355eb61170 Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Tue, 8 Feb 2022 18:03:07 +0100 Subject: feature(matching): add 'Back to previous step' button into 'search-by-residence' GUI --- basicConfig/properties/messages.properties | 1 + basicConfig/properties/messages_de.properties | 1 + basicConfig/templates/residency.html | 6 ++++++ 3 files changed, 8 insertions(+) (limited to 'basicConfig/templates') diff --git a/basicConfig/properties/messages.properties b/basicConfig/properties/messages.properties index fcb85bee..e5558c76 100644 --- a/basicConfig/properties/messages.properties +++ b/basicConfig/properties/messages.properties @@ -137,6 +137,7 @@ gui.residency.header.help=You can search for the address that you have been regi postcode, municipality or village first to start the search. gui.residency.header.inputinvalid=Be sure to enter a value for Municipality or Village gui.residency.cancel=Cancel +gui.residency.back=Back to previous step gui.residency.search=Search gui.residency.clear=Clear gui.residency.proceed=Proceed diff --git a/basicConfig/properties/messages_de.properties b/basicConfig/properties/messages_de.properties index 613bead6..b26646aa 100644 --- a/basicConfig/properties/messages_de.properties +++ b/basicConfig/properties/messages_de.properties @@ -135,6 +135,7 @@ gui.residency.header.help=Hier können Sie nach einem Wohnsitze in Österreich s Postleitzahl, Gemeinde oder Ortschaft ein um die Suche zu starten. gui.residency.header.inputinvalid=Bitte geben Sie einen Wert für Gemeinde oder Ortschaft ein gui.residency.cancel=Abbrechen +gui.residency.back=Zurück zum vorangegangenen Schritt gui.residency.search=Suche gui.residency.clear=Löschen gui.residency.proceed=Fortfahren diff --git a/basicConfig/templates/residency.html b/basicConfig/templates/residency.html index 4600a26f..df3c10b7 100644 --- a/basicConfig/templates/residency.html +++ b/basicConfig/templates/residency.html @@ -211,6 +211,12 @@ +
+ + + +
+
-- cgit v1.2.3