Überschrift wurde dem neuen Titel und Inhalt der Seite angegelichenCustomerIndex.aspx Kundenindex wurde umbenannt in Aufträge CustomsAviso.aspx
This commit is contained in:
@@ -156,7 +156,7 @@
|
||||
<!-- </div> -->
|
||||
|
||||
<%
|
||||
Dim navParent = "Customer/CustomerIndex.aspx"
|
||||
Dim navParent = "Customer/CustomsAviso.aspx"
|
||||
Dim var = ""
|
||||
|
||||
Dim laenderkuerzel As String = "de"
|
||||
@@ -246,7 +246,7 @@
|
||||
<ul style="list-style: none;"class="collapse list-unstyled" id="RechnungenSubmenu1">
|
||||
<span class="navbar-toggler-icon"></span>-->
|
||||
<%If Me.Page.User.Identity.Name = "test" Then %>
|
||||
<li><a href="CustomerIndex.aspx">Kundenseite</a></li>
|
||||
<li><a href="CustomsAviso.aspx">Aufträge</a></li>
|
||||
<%ElseIf Me.Page.User.Identity.Name = "test2" Then %>
|
||||
<li><a href="Cards_Boxes.aspx">Karten_Boxen</a></li>
|
||||
<%End If %>
|
||||
@@ -382,7 +382,7 @@
|
||||
|
||||
<div class="d-none d-md-block">
|
||||
<nav class="navbar fixed-top navbar-expand-lg navbar-light" style="background-color:#fff" data-spy="affix" data-offset-top="197">
|
||||
<a class="navbar-brand" href="../newpageJulius_Sidebar.aspx?lan2=DE&lan3=0"><img src="../images/Logo_small.png" style:"width:120px" alt="Schriftzug: Verag AG Blaue Schrift: Verag Spedition Graue Schrift: AG" data-toggle="tooltip" data-placement="top" title="https://www.verag.ag"/></a>
|
||||
<a class="navbar-brand" href="../newpageJulius_Sidebar.aspx?lan2=DE&lan3=0"><img src="../images/Logo_small.png" style:"width:120px" alt="Schriftzug: Verag AG Blaue Schrift: Verag Spedition Graue Schrift: AG" data-toggle="tooltip" data-placement="top" title="https://www.verag.ag"/></a>
|
||||
<div style="margin-left:25%;margin-right:-25%">
|
||||
<div class="btn-group">
|
||||
<%If Me.Page.User.Identity.Name = "test" Then %>
|
||||
@@ -403,7 +403,7 @@
|
||||
</div>
|
||||
<div class="btn-group">
|
||||
<%If Me.Page.User.Identity.Name = "test" Then %>
|
||||
<a type="button" class="btn btn-primary" href="CustomerIndex.aspx" style="background-color:#fff; color:#043381;border:hidden;">Kundenseite</a>
|
||||
<a type="button" class="btn btn-primary" href="CustomsAviso.aspx" style="background-color:#fff; color:#043381;border:hidden;">Aufträge</a>
|
||||
<%ElseIf Me.Page.User.Identity.Name = "test2" Then%>
|
||||
<a type="button" class="btn btn-primary" href="Invoices.aspx" style="background-color:#fff; color:#043381;border:hidden;">Rechnungen</a>
|
||||
<% End If %>
|
||||
@@ -441,7 +441,7 @@
|
||||
|
||||
|
||||
<div class="dropdown" style="background-color:#fff; color:#043381;position:absolute;right:5%;top:15%;z-index:1031">
|
||||
<button class="dropbtn" style="margin-right:-39%;margin-top:5%"><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>
|
||||
<button class="dropbtn" id="dropbtnlang"><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">
|
||||
<% Dim stringDE = "  DE"
|
||||
Dim stringEN = "  EN"
|
||||
|
||||
Reference in New Issue
Block a user