diff options
author | Thomas <> | 2022-02-08 18:03:07 +0100 |
---|---|---|
committer | Thomas <> | 2022-02-08 18:03:07 +0100 |
commit | 01a4c718c21573b0d149ca182a02d9355eb61170 (patch) | |
tree | 2c4050f5a1458d7463f3f54fd69dde271b0df040 /basicConfig/templates/residency.html | |
parent | 474fc2b1c7645672e3ed60039177c3c04ba85dc9 (diff) | |
download | National_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/templates/residency.html')
-rw-r--r-- | basicConfig/templates/residency.html | 6 |
1 files changed, 6 insertions, 0 deletions
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}"> |