From bb899fe2fc6b99d386e6171159b6ae9350f1c533 Mon Sep 17 00:00:00 2001 From: ja Date: Tue, 5 Oct 2021 09:30:58 +0200 Subject: [PATCH] Listenstyle der Buttons im Mobilmodus --- Customers/CustomsAviso.aspx | 8 ++++---- Customers/CustomsAviso.aspx.vb | 5 ----- VERAG_Homepage.sln | 4 ++-- 3 files changed, 6 insertions(+), 11 deletions(-) diff --git a/Customers/CustomsAviso.aspx b/Customers/CustomsAviso.aspx index b8c6da3..819c214 100644 --- a/Customers/CustomsAviso.aspx +++ b/Customers/CustomsAviso.aspx @@ -92,11 +92,11 @@
- + - - + +
@@ -211,7 +211,7 @@ $('#accordion').on('shown.bs.collapse', function (e) { $(e.target).data('bs.collapse').$trigger.attr('src', 'https://s22.postimg.org/hkrauaofx/Mathematic_Minus2.png'); }); - $('#accordion').on('hidden.bs.collapse', function (e,f) { + $('#accordion').on('hidden.bs.collapse', function (e) { $(e.target).data('bs.collapse').$trigger.attr('src', 'https://s22.postimg.org/9takvqkal/Mathematic_Plus2.png'); }); diff --git a/Customers/CustomsAviso.aspx.vb b/Customers/CustomsAviso.aspx.vb index 9771d3a..6e1dc88 100644 --- a/Customers/CustomsAviso.aspx.vb +++ b/Customers/CustomsAviso.aspx.vb @@ -20,7 +20,6 @@ Partial Class Kundenbereich_Default ' MsgBox(datebis) If (Page.IsPostBack And normaltable.EnableViewState = False) Then normaltable.EnableViewState = True - If rbt_Alle.Checked = True Then lbl_von.Visible = True lbl_bis.Visible = True @@ -50,7 +49,6 @@ Partial Class Kundenbereich_Default datevon = Date.Parse(pickdate1.Text) datebis = Date.Parse(pickdate2.Text) - Else normaltable.EnableViewState = True Dim erster = New Date(Now().Year, Now().Month, 1) @@ -442,13 +440,11 @@ Partial Class Kundenbereich_Default pickdate2.Text = Date.Parse(erster.Day.ToString + "." + Now().Month.ToString + "." + Now().Year.ToString).ToString datevon = Nothing datebis = Nothing - dt = Nothing 'txt_KdNr.Focus() End Sub Protected Sub pickdate1_TextChanged(sender As Object, e As EventArgs) - If pickdate1.Text = "" Then pickdate1.BorderColor = Drawing.Color.Red Else @@ -457,7 +453,6 @@ Partial Class Kundenbereich_Default End Sub Protected Sub pickdate2_TextChanged(sender As Object, e As EventArgs) - If pickdate2.Text = "" Then pickdate2.Attributes.Add("Border", "2px solid red") Else diff --git a/VERAG_Homepage.sln b/VERAG_Homepage.sln index f4cd7a0..bd0c532 100644 --- a/VERAG_Homepage.sln +++ b/VERAG_Homepage.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 16 -VisualStudioVersion = 16.0.31605.320 +# Visual Studio Version 17 +VisualStudioVersion = 17.0.31717.71 MinimumVisualStudioVersion = 10.0.40219.1 Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "VERAG_Homepage", "http://localhost:56551", "{11EF0CDA-BC19-40FB-91C4-25C81F3A27AC}" ProjectSection(WebsiteProperties) = preProject