diff options
-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" |