Update Design Userübersichtsmenü
This commit is contained in:
@@ -580,12 +580,12 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="dropdown" id="dropdownbtnmain" style="background-color:#fff; color:#043381;position:absolute;top:14%;right:30px;z-index:1032;width:155px">
|
||||
<button class="dropbtn btn btn-primary" id="dropbtnbtnbtn" style="color:#043381;background-color:#fff;position:absolute;top:16%;right:45px;z-index:1032">
|
||||
<button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#exampleModal" style="background-color:#fff;color:#043381; width:30px;height:30px;white-space:nowrap;margin-top:2px;border:none"><img src="../images/samples/default-avatar.jpg"; width="15"; /><a data-bs-toggle="modal" data-bs-target="#exampleModal"><asp:LoginName class="pointer" ID="LoginName2" runat="server" style="margin-left:6px"/></a></button>
|
||||
<div class="dropdown" id="dropdownbtnmain" style="background-color:#fff; color:#043381;position:absolute;top:14%;right:70px;z-index:1032;width:155px">
|
||||
<button class="dropbtn btn btn-primary" id="dropbtnbtnbtn" style="color:#043381;background-color:#fff;position:absolute;top:16%;right:85px;z-index:1032">
|
||||
<button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#exampleModal" style="background-color:#fff;color:#043381; width:30px;height:30px;white-space:nowrap;margin-top:2px;border:none"><img src="../images/samples/default-avatar.jpg"; style="width:15px;" /><a data-bs-toggle="modal" data-bs-target="#exampleModal"><asp:LoginName class="pointer" ID="LoginName2" runat="server" style="margin-left:6px"/></a></button>
|
||||
</button>
|
||||
<ul class="dropdown-content" id="dropdownmenuecont" style="width:210px;top:4px;z-index:1032;margin-right:-2px;position:absolute;padding-top:-15px">
|
||||
<li><button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#exampleModal" style="text-decoration: none;background-color:#fff;color:#043381;z-index:1032;text-align:left;margin-left:-10px;border:none;font-size:16px;white-space: nowrap; width:200px;height:30px;"><img src="../images/Icons/main/gear_blue.png"; style="font-size:14px;width:15px; height:15px;color:#043381;background-color:#fff;margin-right:6px;" />Profil bearbeiten</button></li>
|
||||
<ul class="dropdown-content" id="dropdownmenuecont" style="width:210px;top:30px;z-index:1032;margin-right:-2px;position:absolute;padding-top:15px">
|
||||
<li><button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#exampleModal" style="text-decoration: none;background-color:#fff;color:#043381;z-index:1032;text-align:left;margin-left:-10px;border:none;font-size:16px;white-space: nowrap; width:200px;height:30px;margin-top:-20px"><img src="../images/Icons/main/gear_blue.png"; style="font-size:14px;width:15px; height:15px;color:#043381;background-color:#fff;margin-right:6px;" />Profil bearbeiten</button></li>
|
||||
<li><a type="button" class="btn btn-primary" href="../login/Logout.aspx" style="text-decoration: none;background-color:#fff;color:#043381;text-align:left;border:none;font-size:18px;width:200px;z-index:1032;margin-left:-16px;width:200px"><img src="../images/Icons/main/Logout.svg.png"; style="font-size:17px;width:20px; height:20px;color:#043381;background-color:#fff; margin-right:6px;"/>Logout</a></li>
|
||||
<!-- <div class="dropdown-divider"></div>-->
|
||||
</ul></div>
|
||||
|
||||
@@ -69,6 +69,7 @@ Partial Class Customers_Default3
|
||||
lbl_status.Text = VERAG_VARIABLES.geterrornumb + "This Page is due to an Error in Page validation unavailable. Try again later or contact an Admin!"
|
||||
End If
|
||||
If Not IsNothing(Session.Item("mytable")) Then
|
||||
normaltable = Session.Item("mytable")
|
||||
addrows()
|
||||
End If
|
||||
Else
|
||||
@@ -535,7 +536,7 @@ Partial Class Customers_Default3
|
||||
End If
|
||||
End If
|
||||
addrows()
|
||||
Session.Item("mytable") = normaltable
|
||||
|
||||
'MsgBox("Test")
|
||||
End Sub
|
||||
|
||||
|
||||
Reference in New Issue
Block a user