Änderung
This commit is contained in:
@@ -467,7 +467,6 @@ Partial Class Customers_Default3
|
||||
|
||||
'btn.Attributes.Add("href", "pdfviewer.aspx?P1=" + VERAG_PROG_ALLGEMEIN.cCryptography3.Encrypt(d.FilialenNr).ToString() + "&P2=" + VERAG_PROG_ALLGEMEIN.cCryptography3.Encrypt(d.AbfertigungsNr).ToString + "&P3=" + VERAG_PROG_ALLGEMEIN.cCryptography3.Encrypt(d.RK_ID).ToString)
|
||||
btn.Attributes.Add("onclick", "window.open('../pdf/Bonizertifikat.pdf')")
|
||||
|
||||
'btn.PostBackUrl = "pdfviewer.aspx?P1=" + VERAG_PROG_ALLGEMEIN.cCryptography3.Encrypt(d.FilialenNr).ToString + "&P2=" + VERAG_PROG_ALLGEMEIN.cCryptography3.Encrypt(d.AbfertigungsNr).ToString + "&P3=" + VERAG_PROG_ALLGEMEIN.cCryptography3.Encrypt(d.RK_ID).ToString
|
||||
tbl_Cell_Info.ValidateRequestMode = UI.ValidateRequestMode.Enabled
|
||||
tbl_Cell_Info.Width = Unit.Pixel(60)
|
||||
@@ -545,4 +544,4 @@ Partial Class Customers_Default3
|
||||
lbl_status.Text = VERAG_VARIABLES.geterrornumb + "The chosen time " + pickdate2.Text + " is too far in the future"
|
||||
End If
|
||||
End Sub
|
||||
End Class
|
||||
End Class
|
||||
@@ -79,8 +79,7 @@
|
||||
background-color: #fff;
|
||||
overflow-y: clip;
|
||||
overflow-x: clip;
|
||||
max-width:390px;
|
||||
|
||||
max-width:390px;
|
||||
}
|
||||
h1 {
|
||||
color: #043381;
|
||||
|
||||
Reference in New Issue
Block a user