Änderung Design code
This commit is contained in:
@@ -402,9 +402,8 @@
|
||||
<li> Registriert seit: <%=createdUserDate %></li>
|
||||
<li> Email: <%=emailuser %></li>
|
||||
<li>letzter Login: <%=lastloggedin %></li>
|
||||
<li>Kundenummer: <%=CustomerID %></li>
|
||||
<li>Kundenummer: <%=CustomerID %></li>
|
||||
<li> Die Berechtigungen im Überblick:</li>
|
||||
<ul>
|
||||
|
||||
<%'Dim berecht As Boolean
|
||||
'Dim imgpath2 As String = ""
|
||||
@@ -419,6 +418,7 @@
|
||||
<!-- <li><img src="<%'=imgpath2 %>" style="width:20px;height:20px;"/>"Zoll"</li>
|
||||
<li> <img src="<%'=imgpath2 %>" style="width:20px;height:20px;"/>"Suben"</li>
|
||||
<li><img src="<%'=imgpath2 %>" style="width:20px;height:20px;"/>"Waidhaus"</li>-->
|
||||
<ul>
|
||||
<li><img src="../images/Icons/main/checkmarkcircle_veragblau.png" style="width:20px;height:20px;"/>"Zoll"</li>
|
||||
<li> <img src="../images/Icons/main/checkmarkcircle_veragblau.png" style="width:20px;height:20px;"/>"Suben"</li>
|
||||
<li><img src="../images/Icons/main/cross_wrong_close_delete_icon.png" style="width:20px;height:20px;"/>"Waidhaus"</li>
|
||||
@@ -444,7 +444,6 @@
|
||||
<button class="btn btn-primary" type="button" data-bs-toggle="offcanvas" data-bs-target="#offcanvasWithBothOptions" aria-controls="offcanvasWithBothOptions" style="background-color:#fff; color:#043381;"><img src="../<%= imgPath%>images/flags/flagge_DE_AT_big.gif" width="25"; /></button>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
<div class="offcanvas offcanvas-end" data-bs-scroll="true" tabindex="-1" id="offcanvasWithBothOptions" aria-labelledby="offcanvasWithBothOptionsLabel">
|
||||
<div class="offcanvas-header">
|
||||
<h5 class="offcanvas-title" id="offcanvasWithBothOptionsLabel">Sprachauswahl:</h5>
|
||||
@@ -563,9 +562,9 @@
|
||||
<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:-16px;border:none;font-size:16px;white-space: nowrap; width:200px"><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:16px;width:200px;z-index:1032;margin-left:-16px;width:200px"><img src="../images/Icons/main/Logout.svg.png"; style="font-size:14px;width:20px; height:20px;color:#043381;background-color:#fff; margin-right:6px;"/>Logout</a></li>
|
||||
<!-- <div class="dropdown-divider"></div>-->
|
||||
</ul></div>
|
||||
</ul></div>
|
||||
|
||||
<div class="dropdown" id="langbutmenu" style="background-color:#fff; color:#043381;position:absolute;top:16%;right:35px;z-index:1031;width:154px">
|
||||
<div class="dropdown" id="langbutmenu" style="background-color:#fff; color:#043381;position:absolute;top:16%;right:35px;z-index:1031;width:155px">
|
||||
<button class="dropbtn" id="dropbtnlang" style="color:#043381;background-color:#fff;position:absolute;top:16%;right:45px;z-index:1031"><center><img id="myImage" src="../<%=flagpath%>" style="border:1px solid #fff;width:32px; justify-items:center;" alt="Logo Schriftzug: Verag Spedition AG Blaue Schrift: Verag Spedition Graue Schrift: AG" /></center></button>
|
||||
<div class="dropdown-content" id="langdropdown" style="position:absolute; width:100%;top:2%;right:35px;z-index:1031">
|
||||
<% Dim stringDE = "  DE"
|
||||
|
||||
@@ -353,9 +353,8 @@
|
||||
<asp:Label ID="Label5" runat="server" style="color:#003680;margin-left:32px;margin-right:0px">between 4 and 30 characters.</asp:Label>
|
||||
</li>
|
||||
</ul>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
</td>
|
||||
</tr>
|
||||
<tr style="color:#003680;height:46.67px;">
|
||||
<td>
|
||||
<asp:TextBox id="txt_Pw_M" CssClass="bg-key-icon" runat="server" Font-Size="1.125em" ValidationGroup="TXT_val_M" TextMode="Password" Width="245px" Font-Names="Verdana" OnTextChanged="txt_Pw_M_TextChanged" AutoCompleteType="Disabled" style="margin-left:30px;margin-top:20px;color:#003680;border-radius: 8px 8px 8px 8px;-webkit-border-radius: 8px;-moz-border-radius: 8px;" Placeholder="Enter Password"></asp:TextBox>
|
||||
|
||||
Reference in New Issue
Block a user