Änderungen commit #2
This commit is contained in:
@@ -241,7 +241,9 @@
|
||||
<script>
|
||||
function unloadmessage() {
|
||||
if (typeof contentunloadmessage == "function") {
|
||||
|
||||
contentunloadmessage();
|
||||
|
||||
}
|
||||
}
|
||||
</script>
|
||||
@@ -280,6 +282,7 @@
|
||||
'Response.Write(DB2.qry_contentNew(menuID, lan))
|
||||
|
||||
Dim flagpath = "images/flags/flagge_DE_AT.gif"
|
||||
|
||||
Dim lan3 As String = Request.QueryString("lan3")
|
||||
If laenderkuerzel = "DE" And lan3 = "0" Then
|
||||
flagpath = "images/flags/flagge_DE_AT.gif"
|
||||
|
||||
@@ -13,9 +13,6 @@
|
||||
font-size: 0;
|
||||
visibility: hidden;
|
||||
color: #043381;
|
||||
}
|
||||
#Abstand2{
|
||||
height: /*24px*/ 1.873536299765808vh;
|
||||
}
|
||||
@media (max-width: 558.98px) {
|
||||
body {
|
||||
@@ -45,11 +42,6 @@
|
||||
g-3 {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.modal-dialog .modal-content .modal-footer{
|
||||
width:1200px;
|
||||
}
|
||||
|
||||
}
|
||||
@media (max-width: 349.98px) {
|
||||
body {
|
||||
@@ -205,7 +197,7 @@
|
||||
<div class="card card-body">
|
||||
<div class="col-12" id="cont3">
|
||||
<div class="container">
|
||||
<div id="Abstand2"></div>
|
||||
<div id="Abstand"></div>
|
||||
<!--Desktop/Tablet-->
|
||||
<div class="d-none d-md-block">
|
||||
<!-- Optionale Suchparameter-->
|
||||
|
||||
@@ -388,7 +388,7 @@ Partial Class Customers_Default3
|
||||
If valreq_pickdate1.IsValid = False AndAlso valreq_pickdate2.IsValid = False Then
|
||||
VERAG_VARIABLES.seterrorcount(15)
|
||||
lbl_status.ForeColor = Drawing.Color.Red
|
||||
lbl_status.Text = VERAG_VARIABLES.geterrornumb + "Error in form validation. Please fill all fields"
|
||||
lbl_status.Text = VERAG_VARIABLES.geterrornumb + "Error in form validation. Please fill in all fields"
|
||||
End If
|
||||
End If
|
||||
|
||||
|
||||
Reference in New Issue
Block a user