Skip to content
Snippets Groups Projects
Commit 4962fcb4 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-6353 Uebersichtlichere UI

parent 522f3f00
No related branches found
No related tags found
No related merge requests found
messages.fachstellenregistrierung=Fachstellenregistrierung
messages.register_title=Registrierung als Fachstelle
messages.person-table-title=Angaben zur Organisation
messages.person-table-title=Angaben zur Organisation:
messages.register-button-title=Registrieren
messages.organisation-name=Name
messages.organisation-rechtsform=Rechtsform
......@@ -12,5 +12,5 @@ messages.login-button-title=Anmelden
messages.back-button-title=Zur\u00FCck
messages.start-registration-message=F\u00FCr die Registrierung als Fachstelle melden Sie sich bitte mit Ihrem Elster-Zertifikat an.
messages.register_success=Die Registrierung als Fachstelle war erfolgreich.
messages.register_thank=Vielen Dank
messages.register_thank=Vielen Dank.
messages.fachstellenregistrierung=Fachstellenregistrierung
messages.register_title=Registrierung als Fachstelle
messages.person-table-title=Angaben zur Organisation
messages.person-table-title=Angaben zur Organisation:
messages.register-button-title=Registrieren
messages.organisation-name=Name
messages.organisation-rechtsform=Rechtsform
......@@ -12,4 +12,4 @@ messages.login-button-title=Anmelden
messages.back-button-title=Zur\u00FCck
messages.start-registration-message=F\u00fcr die Registrierung als Fachstelle melden Sie sich bitte mit Ihrem Elster-Zertifikat an.
messages.register_success=Die Registrierung als Fachstelle war erfolgreich.
messages.register_thank=Vielen Dank
\ No newline at end of file
messages.register_thank=Vielen Dank.
\ No newline at end of file
......@@ -82,6 +82,21 @@
margin-top: 20px;
}
.person-table {
.organization-table {
margin-top: 30px;
width: 100%;
border-collapse: separate;
border-spacing: 0 5px;
}
.organization-table tr {
background-color: #f2f2f2;
}
.organization-table td:nth-of-type(2) {
font-weight: bold;
}
.organization-table td {
padding: 5px;
}
\ No newline at end of file
......@@ -5,8 +5,8 @@
<div class="container content-box">
<div th:replace="~{fragments/header :: #ozg-header}"></div>
<div class="container">
<div class="sub-title" th:text="#{messages.register_title}">Registrierung als Fachstelle</div>
<div class="start-message" th:text="#{messages.start-registration-message}">Begrüssungstext</div>
<h5 th:text="#{messages.register_title}">Registrierung als Fachstelle</h5>
<div th:text="#{messages.start-registration-message}">Begrüssungstext</div>
</div>
<a class="btn btn-primary ozg-button" role="button" th:href="${loginUrl}"
th:text="#{messages.login-button-title}">Link</a>
......
......@@ -4,9 +4,9 @@
<body>
<div class="container content-box">
<div th:replace="~{fragments/header :: #ozg-header}"></div>
<div class="sub-title" th:text="#{messages.register_title}">Registrierung als Fachstelle</div>
<div class="table-title" th:text="#{messages.person-table-title}">Angaben zur Organisation</div>
<table class="person-table">
<h5 th:text="#{messages.register_title}">Registrierung als Fachstelle</h5>
<div th:text="#{messages.person-table-title}">Angaben zur Organisation:</div>
<table class="organization-table">
<tr>
<td th:text="#{messages.organisation-name}">Name</td>
<td th:text="|${organizationName}|"></td>
......
......@@ -5,8 +5,8 @@
<div class="container content-box">
<div th:replace="~{fragments/header :: #ozg-header}"></div>
<div class="container">
<div class="sub-title" th:text="#{messages.register_success}">Registrierung als Fachstelle war erfolgreich.</div>
<div class="thanks" th:text="#{messages.register_thank}">Vielen Dank</div>
<h5 th:text="#{messages.register_success}">Die Registrierung als Fachstelle war erfolgreich.</h5>
<div th:text="#{messages.register_thank}">Vielen Dank.</div>
</div>
</div>
</body>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment