From 3b0d0878c9116477bf1cf9b14901bd1ca954516e Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Wed, 13 Sep 2023 07:32:47 +0200 Subject: [PATCH] Last fix SITE --- MP-SITE/MappaStatoSeq.aspx | 83 +++++++++++++++++++---------------- MP-SITE/MappaStatoSeq.aspx.cs | 2 +- 2 files changed, 46 insertions(+), 39 deletions(-) diff --git a/MP-SITE/MappaStatoSeq.aspx b/MP-SITE/MappaStatoSeq.aspx index 66a4e10a..7c9b66b0 100644 --- a/MP-SITE/MappaStatoSeq.aspx +++ b/MP-SITE/MappaStatoSeq.aspx @@ -5,46 +5,53 @@
-
-
-
-
- FORZA CARICAMENTO DATI -
-
-
- <% = traduci("numDays") %> - - - - - - - - - + +
+
+
+
+
+
+ FORZA CARICAMENTO DATI +
+
+
+ <% = traduci("numDays") %> + + + + + + + + + +
+
-
-
-
-
- -
-
- - -
- - - -
-
- -
-
-
- +
+
+
+
+ +
+
+ + +
+ + + +
+
+ +
+
+
+ +
+
diff --git a/MP-SITE/MappaStatoSeq.aspx.cs b/MP-SITE/MappaStatoSeq.aspx.cs index 545d13c0..413e7c5e 100644 --- a/MP-SITE/MappaStatoSeq.aspx.cs +++ b/MP-SITE/MappaStatoSeq.aspx.cs @@ -220,7 +220,7 @@ namespace MP_SITE if (e != null) { mod_sequencerStati sequencer = (mod_sequencerStati)e.Item.FindControl("seqStato"); - sequencer.larghezza = memLayer.ML.IntSessionObj("WindowWidth") - 110; + sequencer.larghezza = memLayer.ML.IntSessionObj("WindowWidth") - 120; sequencer.graphHeight = memLayer.ML.CRI("seq_height"); sequencer.numSplit = memLayer.ML.CRI("seq_numSpl"); try