From d542d7cda106006d0c78246a0f56457200c5277e Mon Sep 17 00:00:00 2001 From: ja Date: Mon, 8 Nov 2021 08:05:43 +0100 Subject: [PATCH] =?UTF-8?q?=C3=84nderungen=20an=20Fehlermeldungsdesogn=20u?= =?UTF-8?q?nd=20Fehlermeldungsinhalten?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App_Code/VERAG_VARIABLES.vb | 2 +- Customers/CustomsAviso.aspx | 16 +++++++------- Customers/Invoices.aspx | 42 ++++++++++++++++++------------------- Customers/Invoices.aspx.vb | 1 + 4 files changed, 31 insertions(+), 30 deletions(-) diff --git a/App_Code/VERAG_VARIABLES.vb b/App_Code/VERAG_VARIABLES.vb index 32960d1..aca0688 100644 --- a/App_Code/VERAG_VARIABLES.vb +++ b/App_Code/VERAG_VARIABLES.vb @@ -9,7 +9,7 @@ Public Class VERAG_VARIABLES errornumb += 1 End Sub Shared Function geterrornumb() As String - Return "Error:" + Space(1) + VERAG_PROG_ALLGEMEIN.cCryptography3.Encrypt(errornumb.ToString) + Return Environment.NewLine + "Error:" + Space(1) + VERAG_PROG_ALLGEMEIN.cCryptography3.Encrypt(errornumb.ToString) End Function End Class diff --git a/Customers/CustomsAviso.aspx b/Customers/CustomsAviso.aspx index f063c3a..86a2374 100644 --- a/Customers/CustomsAviso.aspx +++ b/Customers/CustomsAviso.aspx @@ -152,19 +152,19 @@
- + - +
- + - +
@@ -174,22 +174,22 @@
- +
- +
- +
- +
diff --git a/Customers/Invoices.aspx b/Customers/Invoices.aspx index 0e73af2..2f90282 100644 --- a/Customers/Invoices.aspx +++ b/Customers/Invoices.aspx @@ -92,11 +92,11 @@ - + - +
@@ -110,24 +110,24 @@
- - + + - - + +
- - + + - - + +
- - + +
@@ -139,23 +139,23 @@
- + - - + +
- - + + - - + +
- - + +
diff --git a/Customers/Invoices.aspx.vb b/Customers/Invoices.aspx.vb index ce6da6a..354ab32 100644 --- a/Customers/Invoices.aspx.vb +++ b/Customers/Invoices.aspx.vb @@ -476,6 +476,7 @@ Partial Class Customers_Default3 End If Else VERAG_VARIABLES.seterrorcount(8) + lbl_status.ForeColor = Drawing.Color.Red lbl_status.Text = VERAG_VARIABLES.geterrornumb + "The time chosen is newer then today or older than april 2001. Please correct" End If