using Kinderstunde klein for date privileges
This commit is contained in:
		| @@ -21,7 +21,7 @@ | ||||
| 			<span class="navbar-toggler-icon"></span> | ||||
| 		</button> | ||||
| 		<div class="collapse navbar-collapse" id="navbarSupportedContent" style="margin-right: 20px"> | ||||
| 			<ul class="navbar-nav mb-2 mb-lg-0" th:if="${hasBUrole || hasDiakoneRole}"> | ||||
| 			<ul class="navbar-nav mb-2 mb-lg-0" th:if="${hasBUrole || hasDateRole}"> | ||||
| 				<li class="nav-item"><a class="btn btn-outline-secondary" th:href="@{/next}" style="margin-left: 12px">Dienstplan</a></li> | ||||
| 				<li class="nav-item"><a class="btn btn-outline-secondary" th:href="@{/sheet}" style="margin-left: 12px" th:if="${hasBUrole}">Einteilung</a></li> | ||||
| 				<li class="nav-item"><a class="btn btn-outline-secondary" th:href="@{/subject/list}" style="margin-left: 12px" th:if="${hasBUrole}">Themen</a></li> | ||||
| @@ -41,8 +41,8 @@ | ||||
| 			</ul> | ||||
| 		</div> | ||||
| 	</nav> | ||||
| 	<div layout:fragment="content" th:if="${hasBUrole || hasDiakoneRole}">content</div> | ||||
| 	<div th:unless="${hasBUrole || hasDiakoneRole}"> | ||||
| 	<div layout:fragment="content" th:if="${hasBUrole || hasDateRole}">content</div> | ||||
| 	<div th:unless="${hasBUrole || hasDateRole}"> | ||||
| 		<div class="borderdist"> | ||||
| 			<div class="alert alert-danger">Leider fehlen Ihnen die Berechtigungen, um diese Anwendung nutzen zu können.</div> | ||||
| 		</div> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user