diff options
author | Thomas <> | 2022-03-10 13:53:58 +0100 |
---|---|---|
committer | Thomas <> | 2022-03-10 13:53:58 +0100 |
commit | 5985f2f3bf67d76de41ecd2ef91f74e551e7bced (patch) | |
tree | c726111b414ff06628e86f018a4376c73968266c | |
parent | ad7891d0c51adac7498f85558652c6fdf613ccce (diff) | |
download | National_eIDAS_Gateway-5985f2f3bf67d76de41ecd2ef91f74e551e7bced.tar.gz National_eIDAS_Gateway-5985f2f3bf67d76de41ecd2ef91f74e551e7bced.tar.bz2 National_eIDAS_Gateway-5985f2f3bf67d76de41ecd2ef91f74e551e7bced.zip |
chore(matching): some small UX improvements
-rw-r--r-- | basicConfig/properties/messages_de.properties | 4 | ||||
-rw-r--r-- | basicConfig/templates/other_login_method.html | 8 |
2 files changed, 7 insertions, 5 deletions
diff --git a/basicConfig/properties/messages_de.properties b/basicConfig/properties/messages_de.properties index b26646aa..2e715011 100644 --- a/basicConfig/properties/messages_de.properties +++ b/basicConfig/properties/messages_de.properties @@ -114,7 +114,7 @@ gui.otherlogin.title=eIDAS-Login Alternative Anmeldemethoden gui.otherlogin.header.selection=Wählen Sie eine alternative Anmeldemethode gui.otherlogin.button.hs=Handy-Signatur gui.otherlogin.button.eidas=Alternativer eIDAS Login -gui.otherlogin.button.none=Keine +gui.otherlogin.button.none=Keine alternative Anmeldemöglichkeit gui.otherlogin.button.inserternp=Eine neue österreichische Identity auf Basis meiner eIDAS Daten erzeugen gui.otherlogin.cancel=Abbrechen @@ -147,4 +147,4 @@ gui.residency.input.postleitzahl=PLZ gui.residency.input.municipality=Gemeinde gui.residency.input.village=Ortschaft gui.residency.input.street=Straße -gui.residency.input.number=Nummer
\ No newline at end of file +gui.residency.input.number=Nummer diff --git a/basicConfig/templates/other_login_method.html b/basicConfig/templates/other_login_method.html index 4fc061c0..5320f1d5 100644 --- a/basicConfig/templates/other_login_method.html +++ b/basicConfig/templates/other_login_method.html @@ -86,10 +86,12 @@ <input type="hidden" name="pendingid" value="$pendingid" th:attr="value=${pendingid}"/> </form> - <div id="insertErnp" - th:if="${advancedMatchingFailed != null} and ${advancedMatchingFailed}"> + <div id="insertErnp" class="block" + th:if="${advancedMatchingFailed != null} and ${advancedMatchingFailed}"> + + <br> - <p th:text="#{gui.otherlogin.inserternp.infotext}"></p> + <p th:text="#{gui.otherlogin.inserternp.infotext}"></p> <form method="post" action="$contextPath$submitEndpoint" th:attr="action=@{${submitEndpoint}}"> <button type="submit" role="button" value="Keine weitere HS / eIDAS" |