aboutsummaryrefslogtreecommitdiff
path: root/basicConfig
diff options
context:
space:
mode:
authorThomas <>2022-02-08 18:03:07 +0100
committerThomas <>2022-02-08 18:03:07 +0100
commit01a4c718c21573b0d149ca182a02d9355eb61170 (patch)
tree2c4050f5a1458d7463f3f54fd69dde271b0df040 /basicConfig
parent474fc2b1c7645672e3ed60039177c3c04ba85dc9 (diff)
downloadNational_eIDAS_Gateway-01a4c718c21573b0d149ca182a02d9355eb61170.tar.gz
National_eIDAS_Gateway-01a4c718c21573b0d149ca182a02d9355eb61170.tar.bz2
National_eIDAS_Gateway-01a4c718c21573b0d149ca182a02d9355eb61170.zip
feature(matching): add 'Back to previous step' button into 'search-by-residence' GUI
Diffstat (limited to 'basicConfig')
-rw-r--r--basicConfig/properties/messages.properties1
-rw-r--r--basicConfig/properties/messages_de.properties1
-rw-r--r--basicConfig/templates/residency.html6
3 files changed, 8 insertions, 0 deletions
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
@@ -212,6 +212,12 @@
</div>
<form method="post" action="$contextPath$submitEndpoint" th:attr="action=@{${submitEndpoint}}">
+ <button type="submit" value="Back" th:text="#{gui.residency.back}">Back</button>
+ <input type="hidden" name="noResidence" value="true">
+ <input type="hidden" name="pendingid" value="$pendingid" th:attr="value=${pendingid}">
+ </form>
+
+ <form method="post" action="$contextPath$submitEndpoint" th:attr="action=@{${submitEndpoint}}">
<button type="submit" value="Abbrechen/Cancel" th:text="#{gui.residency.cancel}">Cancel</button>
<input type="hidden" name="stopAuthProcess" value="true">
<input type="hidden" name="pendingid" value="$pendingid" th:attr="value=${pendingid}">