Lang Pick Button Änderungen
This commit is contained in:
@@ -80,7 +80,7 @@
|
||||
</script>
|
||||
<script type="text/javascript" src="js/toptions/top_up-min.js"></script>
|
||||
|
||||
<style>
|
||||
<style>
|
||||
#togglecollapse{
|
||||
background-color: #043381;
|
||||
}
|
||||
@@ -366,7 +366,7 @@
|
||||
height:2.34375vh;
|
||||
}
|
||||
</style>
|
||||
|
||||
</html>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@@ -458,7 +458,7 @@
|
||||
End If
|
||||
%>
|
||||
|
||||
<div style="width:72%;display:flex;"></div>
|
||||
<div style="width:72%;display:flex;"></div>
|
||||
|
||||
<div class="me-auto">
|
||||
<div class="dropdown" style="background-color:#fff; color:#043381; margin-right:9.813rem;">
|
||||
@@ -587,8 +587,8 @@
|
||||
End If%>
|
||||
|
||||
<div class="d-md-none">
|
||||
<table style="width:100%" class="table-responsive"><tr> <td>
|
||||
<table>
|
||||
<table style="width:100%" class="table-responsive" contenteditable="false"><tr> <td>
|
||||
<table contenteditable="false">
|
||||
<tr><td style="/*width:150px*/ width:9.375em;width=10.615711252653927vw"></td><td></td></tr>
|
||||
<tr><td><b><%= LT.getTxt(3, lan, "LKW-Kennzeichen") %>:</b></td><td><span style="font-size:1.25em"><%= AVISO.LKW_Nr %></span></td></tr>
|
||||
<tr><td><b><%= LT.getTxt(14, lan, "LKW-ID") %>:</b></td><td><%= AVISO.AvisoID %></td></tr>
|
||||
@@ -621,7 +621,7 @@
|
||||
</div>
|
||||
|
||||
<div class="d-none d-md-block">
|
||||
<table style="width:100%" class="table-responsive"><tr> <td>
|
||||
<table style="width:100%" class="table-responsive" contenteditable="false"><tr> <td>
|
||||
<table>
|
||||
<tr><td style="/*width:150px;*/width:9.375em;width: 10.615711252653927vw"></td><td></td></tr>
|
||||
<tr><td><b><%= LT.getTxt(3, lan, "LKW-Kennzeichen") %>:</b></td><td><span style="font-size:20px"><%= AVISO.LKW_Nr %></span></td></tr>
|
||||
@@ -644,7 +644,7 @@
|
||||
Case Else : Response.Write("unbekannt")
|
||||
End Select
|
||||
%></span></td></tr>
|
||||
</table>
|
||||
</table>
|
||||
</td>
|
||||
<td>
|
||||
<table>
|
||||
@@ -655,8 +655,7 @@
|
||||
If AVISO.Freigabe <> VERAG_PROG_ALLGEMEIN.cAllgemein.LeerDatum Then Response.Write("<tr><td><b>" & LT.getTxt(15, lan, "Freigabe") & ": <b></td><td>" & AVISO.Freigabe & "</td></tr>")
|
||||
%>
|
||||
</table>
|
||||
</td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
@@ -671,8 +670,7 @@
|
||||
<symbol id="check-circle-fill" fill="currentColor" viewBox="0 0 16 16">
|
||||
<path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z"/>
|
||||
</symbol>
|
||||
</svg>
|
||||
|
||||
</svg>
|
||||
<p><div class="alert alert-success align-items-center" role="alert" style="width:98%;">
|
||||
<svg class="bi shrink-0 me-2" width="3.125vw" height="1.875vh" role="img" aria-label="Success:"><use xlink:href="#check-circle-fill"/></svg>
|
||||
<div>
|
||||
@@ -714,7 +712,7 @@
|
||||
|
||||
<div id="conovertab">
|
||||
<div class="container-flex" style="flex-flow:nowrap">
|
||||
<table class="tableStatus table-striped" id="tablemain" border="8" cellspacing="0">
|
||||
<table class="tableStatus table-striped" id="tablemain" border="8" cellspacing="0" contenteditable="false">
|
||||
<thead><tr><th ><%= LT.getTxt(20, lan, "Nr.") %></th><th ><%= LT.getTxt(21, lan, "Spedition/PosNr") %></th><th><%= LT.getTxt(22, lan, "Sendungsdaten") %></th><th><%= LT.getTxt(23, lan, "Absender") %></th><th><%= LT.getTxt(24, lan, "Empfänger") %></th><th> Status </th><th>Infos</th></tr> </thead>
|
||||
<%
|
||||
For Each s In SENDUNG_LIST
|
||||
@@ -812,7 +810,7 @@
|
||||
</div></p>
|
||||
<!-- Wurde zu Debugzwecken eingebaut! Bitte aus Datenschutzgründen: MUSS in der PRODUKTIV-Version auskommentiert werden!!!-->
|
||||
<br/>
|
||||
<h2>Bitte bei Fehlern den Panel-Button betätigen!</h2>
|
||||
<h2>Bei Fehlern bitte den Panel-Button betätigen!</h2>
|
||||
<br/>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
Reference in New Issue
Block a user