diff --git a/Customers/Invoices.aspx.vb b/Customers/Invoices.aspx.vb index 753a20d..f8e1572 100644 --- a/Customers/Invoices.aspx.vb +++ b/Customers/Invoices.aspx.vb @@ -444,15 +444,17 @@ Partial Class Customers_Default3 tbl_Cell_Empfaenger.Text = d.EmpfängerName_1.ToString End If tr.Cells.Add(tbl_Cell_Empfaenger) + Dim btn As New ImageButton btn.ViewStateMode = ViewStateMode.Enabled btn.CssClass = "btn btn-primary" btn.ImageUrl = "../images/Icons/main/833px-PDF_file_icon_small.gif" btn.ImageAlign = ImageAlign.Middle - 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("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.Width = Unit.Pixel(72) btn.Height = Unit.Pixel(56) - 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 + '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(22) tbl_Cell_Info.Height = Unit.Pixel(26) diff --git a/login/ForgotPW.aspx b/login/ForgotPW.aspx index d83edbc..7fecf7b 100644 --- a/login/ForgotPW.aspx +++ b/login/ForgotPW.aspx @@ -67,13 +67,13 @@ background-color: #fff; overflow-y: clip; overflow-x: clip; - max-width:390px; + width:390px; } #content_container { display: flex; justify-content: center; align-items: center; - width: 400px; + width: 390px; height: 613px; margin: 0 auto; margin-top: 0px;