Containeränderungen und Menüanpassungen des Seitenmenüs
This commit is contained in:
@@ -351,7 +351,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="container-xxl">
|
||||
<div class="container-xxl" style="align-content:center">
|
||||
<!-- Page Content -->
|
||||
<div id="content">
|
||||
<div class="d-none d-md-block">
|
||||
@@ -393,7 +393,7 @@
|
||||
End If%>
|
||||
|
||||
<% For Each nav As cNavigation In navigation %>
|
||||
<div style="display:flex;">
|
||||
|
||||
<li class="nav-item dropdown" style="background-color:#fff; color:#043381;list-style:none;">
|
||||
<a class="nav-link dropdown-toggle" href="<%= navParent%>?menuID=<%= nav.id %>&lan=<%= laenderKuerzel %>" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" style="background-color:#fff; color:#043381;">
|
||||
<%= IIf(nav.bezeichnung <> "", nav.bezeichnung, "XXX") %>
|
||||
@@ -442,7 +442,7 @@
|
||||
End If%>
|
||||
</tr>
|
||||
</table>
|
||||
</li></div>
|
||||
</li>
|
||||
<%
|
||||
Next
|
||||
%>
|
||||
|
||||
Reference in New Issue
Block a user