Profil editieren button und auslogbuttons hinzugefügt
This commit is contained in:
@@ -439,19 +439,11 @@
|
||||
|
||||
<div class="collapse" id="collapseExample">
|
||||
|
||||
<ul style="list-style: none;">
|
||||
|
||||
<%If Me.Page.User.Identity.Name = "test" Then %>
|
||||
<li>
|
||||
<a href="login_Edit_user.aspx">Profil Editieren</a>
|
||||
</li>
|
||||
<%ElseIf Me.Page.User.Identity.Name = "test2" Then %>
|
||||
<li>
|
||||
<a href="login_Edit_user.aspx">Profil Editieren</a>
|
||||
</li>
|
||||
<%End If %>
|
||||
|
||||
</ul>
|
||||
<ul style="list-style: none;">
|
||||
<li><button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#exampleModal" style="background-color:#fff">Profil editieren</button></li>
|
||||
|
||||
<li><button type="button" class="btn btn-primary" style="background-color:#fff"><img src="../images/Icons/main/Logout.svg"; width="80"; />Logout</button></li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -500,12 +492,12 @@
|
||||
<li class="nav-item dropdown">
|
||||
<a class="nav-link dropdown-toggle" data-bs-toggle="dropdown" href="#" role="button" aria-expanded="false"><asp:LoginName ID="LoginName2" runat="server" /></a>
|
||||
<ul class="dropdown-menu">
|
||||
<li><a class="dropdown-item" href="Login_Edit_User.aspx">Profil bearbeiten</a>
|
||||
<li><a class="dropdown-item" href="#">Test</a>
|
||||
<button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#exampleModal" style="background-color:#fff"><img src="../images/samples/default-avatar.jpg"; width="80"; /></button>
|
||||
|
||||
</li>
|
||||
<div class="dropdown-divider"></div>
|
||||
<li><a class="dropdown-item" id="btnsubmenu" href="GroupPolicies.aspx">Gruppenrichtlinien festlegen</a></li>
|
||||
<li><button type="button" class="btn btn-primary" style="background-color:#fff"><img src="../images/Icons/main/Logout.svg"; width="80"; />Logout</button></li>
|
||||
</ul></ul>
|
||||
|
||||
|
||||
@@ -607,7 +599,7 @@
|
||||
<button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#exampleModal" style="background-color:#fff"><img src="../images/samples/default-avatar.jpg"; width="80"; /></button>
|
||||
</li>
|
||||
|
||||
|
||||
<li> <button type="button" class="btn btn-primary" style="background-color:#fff"><img src="../images/Icons/main/Logout.svg"; width="80"; />Logout</button></li>
|
||||
</ul></ul></div></nav></div>
|
||||
<div style="margin-left:5px;margin-right:5px">
|
||||
<div style="height:95px;"></div>
|
||||
|
||||
Reference in New Issue
Block a user