Änderungen Linkszuordungen bei Caroussell-Modul
This commit is contained in:
@@ -636,7 +636,6 @@ Partial Class CustomsAviso
|
|||||||
dt = VERAG_PROG_ALLGEMEIN.cAviso.GET_KDLIST_WEB(Art, Integer.Parse(Kdnrtext), {5}, Nothing, Nothing, Absender, Empfaenger, LKWNR, KDNAFNR)
|
dt = VERAG_PROG_ALLGEMEIN.cAviso.GET_KDLIST_WEB(Art, Integer.Parse(Kdnrtext), {5}, Nothing, Nothing, Absender, Empfaenger, LKWNR, KDNAFNR)
|
||||||
End If
|
End If
|
||||||
End If
|
End If
|
||||||
|
|
||||||
addrows()
|
addrows()
|
||||||
Session.Item("mytable") = normaltable
|
Session.Item("mytable") = normaltable
|
||||||
End Sub
|
End Sub
|
||||||
@@ -743,8 +742,6 @@ Partial Class CustomsAviso
|
|||||||
header.Cells.Add(tbl_HeaderCell_KundAuftNr)
|
header.Cells.Add(tbl_HeaderCell_KundAuftNr)
|
||||||
header.Cells.Add(tbl_HeaderCell_Info)
|
header.Cells.Add(tbl_HeaderCell_Info)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
normaltable.Rows.Add(header)
|
normaltable.Rows.Add(header)
|
||||||
If dt IsNot Nothing AndAlso Not dt.Rows.Count = 0 Then
|
If dt IsNot Nothing AndAlso Not dt.Rows.Count = 0 Then
|
||||||
Dim i As Integer = 0
|
Dim i As Integer = 0
|
||||||
|
|||||||
@@ -508,7 +508,6 @@ Partial Class Customers_Default3
|
|||||||
If String.IsNullOrEmpty(Kdnrtext) = False AndAlso String.IsNullOrEmpty(datevon.ToShortDateString) = False AndAlso String.IsNullOrEmpty(datebis.ToShortDateString) = False Then
|
If String.IsNullOrEmpty(Kdnrtext) = False AndAlso String.IsNullOrEmpty(datevon.ToShortDateString) = False AndAlso String.IsNullOrEmpty(datebis.ToShortDateString) = False Then
|
||||||
dt = VERAG_PROG_ALLGEMEIN.cRechnungsausgang.GET_LIST_WEB(Integer.Parse(Kdnrtext), datevon, datebis, Integer.Parse(reNr), Absender, Empfaenger, LKWNR, KDNAFNR)
|
dt = VERAG_PROG_ALLGEMEIN.cRechnungsausgang.GET_LIST_WEB(Integer.Parse(Kdnrtext), datevon, datebis, Integer.Parse(reNr), Absender, Empfaenger, LKWNR, KDNAFNR)
|
||||||
Session.Add("datatbl", dt)
|
Session.Add("datatbl", dt)
|
||||||
addrows()
|
|
||||||
Else
|
Else
|
||||||
valreq_pickdate1.Validate()
|
valreq_pickdate1.Validate()
|
||||||
valreq_pickdate2.Validate()
|
valreq_pickdate2.Validate()
|
||||||
@@ -530,6 +529,8 @@ Partial Class Customers_Default3
|
|||||||
lbl_status.Text = VERAG_VARIABLES.geterrornumb + "The time chosen is newer then today or older than april 2001. Please correct"
|
lbl_status.Text = VERAG_VARIABLES.geterrornumb + "The time chosen is newer then today or older than april 2001. Please correct"
|
||||||
End If
|
End If
|
||||||
End If
|
End If
|
||||||
|
addrows()
|
||||||
|
Session.Item("mytable") = normaltable
|
||||||
'MsgBox("Test")
|
'MsgBox("Test")
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
|
|||||||
@@ -123,17 +123,17 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="carousel-inner">
|
<div class="carousel-inner">
|
||||||
<div class="carousel-item active">
|
<div class="carousel-item active">
|
||||||
<a href="Invoices.aspx"> <img src="../images/pics/pexels-kampus-production-7477713.jpg" id="imgcar" style="width: 100%" alt="First slide"></a>
|
<a href="Invoices.aspx?P1=<%Response.Write(CustomerID)%>"> <img src="../images/pics/pexels-kampus-production-7477713.jpg" id="imgcar" style="width: 100%" alt="First slide"></a>
|
||||||
<div class="carousel-caption d-block d-md-block" style="background:linear-gradient(to right, #003680 , #0055cc);opacity:80%;height:auto">
|
<div class="carousel-caption d-block d-md-block" style="background:linear-gradient(to right, #003680 , #0055cc);opacity:80%;height:auto">
|
||||||
<a href="Invoices.aspx?P1=<%Response.Write(CustomerID)%>"><h5 style="opacity:100%">Rechnungen</h5></a>
|
<a href="Invoices.aspx?P1=<%Response.Write(CustomerID)%>"><h5 style="opacity:100%">Rechnungen</h5></a>
|
||||||
<a href="Invoices.aspx?P1=<%Response.Write(CustomerID)%>"><p style="color:#fff;opacity:100%">Hier erfahren sie alles über Ihre Rechnungen.</p></a>
|
<a href="Invoices.aspx?P1=<%Response.Write(CustomerID)%>"><p style="color:#fff;opacity:100%">Hier erfahren sie alles über Ihre Rechnungen.</p></a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="carousel-item">
|
<div class="carousel-item">
|
||||||
<a href="CustomsAviso.aspx"><img src="../images/pics/pexels-photoscom-93398.jpg" id="imgcar" style="width: 100%" alt="Second slide"></a>
|
<a href="CustomsAviso.aspx?P1=<%Response.Write(CustomerID)%>"><img src="../images/pics/pexels-photoscom-93398.jpg" id="imgcar" style="width: 100%" alt="Second slide"></a>
|
||||||
<div class="carousel-caption d-block d-md-block" style="background:linear-gradient(to right, #003680 , #0055cc);opacity:80%;height:auto">
|
<div class="carousel-caption d-block d-md-block" style="background:linear-gradient(to right, #003680 , #0055cc);opacity:80%;height:auto">
|
||||||
<a href="CustomsAviso.aspx"> <h5 style="opacity:100%">Kundenseite</h5></a>
|
<a href="CustomsAviso.aspx?P1=<%Response.Write(CustomerID)%>"> <h5 style="opacity:100%">Kundenseite</h5></a>
|
||||||
<a href="CustomsAviso.aspx"><p style="color:#fff;opacity:100%">Hier beginnt alles mit Ihren Aufträgen.</p></a>
|
<a href="CustomsAviso.aspx?P1=<%Response.Write(CustomerID)%>"><p style="color:#fff;opacity:100%">Hier beginnt alles mit Ihren Aufträgen.</p></a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="carousel-item">
|
<div class="carousel-item">
|
||||||
|
|||||||
Reference in New Issue
Block a user