From c3bc2d1ceae722f064b5c0ff458650e4dd2c73c9 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Thu, 29 Feb 2024 15:57:33 +0100 Subject: [PATCH] Commesse Fix bootstrap5 --- GPW_Commesse/GPW_Commesse.csproj.user | 2 +- GPW_Commesse/WebUserControls/cmp_chart.ascx | 2 +- GPW_Commesse/WebUserControls/cmp_rilTemp.ascx | 4 +- .../WebUserControls/mod_TagCloudProgetti.ascx | 4 +- .../WebUserControls/mod_commAttivitaDesk.ascx | 24 ++-- .../WebUserControls/mod_commUtLog.ascx | 10 +- .../WebUserControls/mod_menuBottom.ascx | 40 +++--- .../WebUserControls/mod_menuBottom.ascx.cs | 4 +- .../mod_menuBottom.ascx.designer.cs | 117 +++++++++--------- .../mod_menuBottomFullpage.ascx | 12 +- .../mod_menuBottomFullpage.ascx.cs | 4 +- .../WebUserControls/mod_menuTopFull.ascx | 6 +- 12 files changed, 115 insertions(+), 114 deletions(-) diff --git a/GPW_Commesse/GPW_Commesse.csproj.user b/GPW_Commesse/GPW_Commesse.csproj.user index e3a178c..03ec0ad 100644 --- a/GPW_Commesse/GPW_Commesse.csproj.user +++ b/GPW_Commesse/GPW_Commesse.csproj.user @@ -10,7 +10,7 @@ - Debug|Any CPU + Release|Any CPU ApiControllerEmptyScaffolder root/Controller 600 diff --git a/GPW_Commesse/WebUserControls/cmp_chart.ascx b/GPW_Commesse/WebUserControls/cmp_chart.ascx index e88cb7b..21062f9 100644 --- a/GPW_Commesse/WebUserControls/cmp_chart.ascx +++ b/GPW_Commesse/WebUserControls/cmp_chart.ascx @@ -169,7 +169,7 @@
-
+
Periodo
diff --git a/GPW_Commesse/WebUserControls/cmp_rilTemp.ascx b/GPW_Commesse/WebUserControls/cmp_rilTemp.ascx index c9c8efd..865f71f 100644 --- a/GPW_Commesse/WebUserControls/cmp_rilTemp.ascx +++ b/GPW_Commesse/WebUserControls/cmp_rilTemp.ascx @@ -4,10 +4,10 @@

Temperatura

-
+
<%: string.Format("{0:yyyy-MM-dd, dddd}", dtRif) %>
-
+
diff --git a/GPW_Commesse/WebUserControls/mod_TagCloudProgetti.ascx b/GPW_Commesse/WebUserControls/mod_TagCloudProgetti.ascx index aafbbf5..4eba57d 100644 --- a/GPW_Commesse/WebUserControls/mod_TagCloudProgetti.ascx +++ b/GPW_Commesse/WebUserControls/mod_TagCloudProgetti.ascx @@ -50,7 +50,7 @@
-
+
elenco elencoCPF @@ -58,7 +58,7 @@ standard
-
+
5 10 diff --git a/GPW_Commesse/WebUserControls/mod_commAttivitaDesk.ascx b/GPW_Commesse/WebUserControls/mod_commAttivitaDesk.ascx index a23fa48..f6c4d2d 100644 --- a/GPW_Commesse/WebUserControls/mod_commAttivitaDesk.ascx +++ b/GPW_Commesse/WebUserControls/mod_commAttivitaDesk.ascx @@ -47,7 +47,7 @@
-
+
<%# Eval("RagSociale") %> | <%# Eval("nomeProj") %>
@@ -55,8 +55,8 @@ <%# Eval("nomeFase") %>
-
-
+
+
<%# Eval("inizio","{0:HH:mm}") %> - <%# Eval("fine","{0:HH:mm}") %>
@@ -75,9 +75,9 @@
-
+
-
+
-
+

@@ -105,10 +105,10 @@
Periodo
-
+
-
+
@@ -132,7 +132,7 @@
-
+
-
+

@@ -161,10 +161,10 @@
Periodo
-
+
-
+
diff --git a/GPW_Commesse/WebUserControls/mod_commUtLog.ascx b/GPW_Commesse/WebUserControls/mod_commUtLog.ascx index e60f5aa..cd8cbf3 100644 --- a/GPW_Commesse/WebUserControls/mod_commUtLog.ascx +++ b/GPW_Commesse/WebUserControls/mod_commUtLog.ascx @@ -106,8 +106,8 @@ - + ItemStyle-CssClass="text-nowrap text-start"> + @@ -159,7 +159,7 @@
- + @@ -172,13 +172,13 @@ -
+
-
+
diff --git a/GPW_Commesse/WebUserControls/mod_menuBottom.ascx b/GPW_Commesse/WebUserControls/mod_menuBottom.ascx index 555d7cd..3a7b131 100644 --- a/GPW_Commesse/WebUserControls/mod_menuBottom.ascx +++ b/GPW_Commesse/WebUserControls/mod_menuBottom.ascx @@ -1,27 +1,27 @@ <%@ Control Language="C#" AutoEventWireup="true" Inherits="mod_menuBottom" CodeBehind="mod_menuBottom.ascx.cs" %> <% if (false) - { %> + { %> <% } %> - diff --git a/GPW_Commesse/WebUserControls/mod_menuBottom.ascx.cs b/GPW_Commesse/WebUserControls/mod_menuBottom.ascx.cs index bf007a8..d4b2c00 100644 --- a/GPW_Commesse/WebUserControls/mod_menuBottom.ascx.cs +++ b/GPW_Commesse/WebUserControls/mod_menuBottom.ascx.cs @@ -28,11 +28,11 @@ public partial class mod_menuBottom : System.Web.UI.UserControl { } if (licenzeGPW.checkLicenze) { - pnlCheck.CssClass = "btnVerdeGrad ui-corner-all shadowBox"; + pnlCheck.CssClass = "btnVerdeGrad ui-corner-all shadowBox w-100"; } else { - pnlCheck.CssClass = "btnRossoGrad ui-corner-all shadowBox"; + pnlCheck.CssClass = "btnRossoGrad ui-corner-all shadowBox w-100"; lblWarning.Text = "Attenzione: numero licenze superato! MR attiva."; lblWarning.Visible = true; } diff --git a/GPW_Commesse/WebUserControls/mod_menuBottom.ascx.designer.cs b/GPW_Commesse/WebUserControls/mod_menuBottom.ascx.designer.cs index df6a40d..8c05190 100644 --- a/GPW_Commesse/WebUserControls/mod_menuBottom.ascx.designer.cs +++ b/GPW_Commesse/WebUserControls/mod_menuBottom.ascx.designer.cs @@ -1,85 +1,86 @@ //------------------------------------------------------------------------------ -// -// Codice generato da uno strumento. +// +// This code was generated by a tool. // -// Le modifiche a questo file possono causare un comportamento non corretto e verranno perse se -// il codice viene rigenerato. -// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// //------------------------------------------------------------------------------ -public partial class mod_menuBottom { - +public partial class mod_menuBottom +{ + /// - /// Controllo pnlCheck. + /// pnlCheck control. /// /// - /// Campo generato automaticamente. - /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::System.Web.UI.WebControls.Panel pnlCheck; - + /// - /// Controllo lblDateTime. + /// lblDateTime control. /// /// - /// Campo generato automaticamente. - /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::System.Web.UI.WebControls.Label lblDateTime; - + /// - /// Controllo lblInfo. + /// lblInfo control. /// /// - /// Campo generato automaticamente. - /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::System.Web.UI.WebControls.Label lblInfo; - + /// - /// Controllo hlInfo. + /// lblWarning control. /// /// - /// Campo generato automaticamente. - /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. - /// - protected global::System.Web.UI.WebControls.HyperLink hlInfo; - - /// - /// Controllo lblApp. - /// - /// - /// Campo generato automaticamente. - /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. - /// - protected global::System.Web.UI.WebControls.Label lblApp; - - /// - /// Controllo lblrev. - /// - /// - /// Campo generato automaticamente. - /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. - /// - protected global::System.Web.UI.WebControls.Label lblrev; - - /// - /// Controllo lblCopyRight. - /// - /// - /// Campo generato automaticamente. - /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. - /// - protected global::System.Web.UI.WebControls.Label lblCopyRight; - - /// - /// Controllo lblWarning. - /// - /// - /// Campo generato automaticamente. - /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. /// protected global::System.Web.UI.WebControls.Label lblWarning; + + /// + /// hlInfo control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.HyperLink hlInfo; + + /// + /// lblApp control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Label lblApp; + + /// + /// lblrev control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Label lblrev; + + /// + /// lblCopyRight control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.WebControls.Label lblCopyRight; } diff --git a/GPW_Commesse/WebUserControls/mod_menuBottomFullpage.ascx b/GPW_Commesse/WebUserControls/mod_menuBottomFullpage.ascx index 2801c11..8153c2e 100644 --- a/GPW_Commesse/WebUserControls/mod_menuBottomFullpage.ascx +++ b/GPW_Commesse/WebUserControls/mod_menuBottomFullpage.ascx @@ -1,17 +1,17 @@ <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_menuBottomFullpage.ascx.cs" Inherits="GPW_Commesse.WebUserControls.mod_menuBottomFullpage" %> -