diff --git a/GMW/GMW/Style.css b/GMW/GMW/Style.css
index b493d52d..4b3993d6 100644
--- a/GMW/GMW/Style.css
+++ b/GMW/GMW/Style.css
@@ -1165,7 +1165,6 @@ A:hover
background-attachment: scroll;
background-repeat: no-repeat;
}
-* /
.logoUpSx
{
width: 200;
@@ -2174,7 +2173,7 @@ A:hover
.ctrHeaderPagerGreen
{
- background-color: ##5BD15B;
+ background-color: #5BD15B;
font-weight: bold;
color: White;
}
@@ -3248,28 +3247,28 @@ grViewBorder
widows: 200px;
}
-/* area conf x gestioen spostamenti gitterbox */
-.gitterBoxAttesa
+/* area conf x gestione pagine full con barcode (es: spostamenti gitterbox, postazioni...) */
+.stileAttesa
{
background: #AAAAAA;
text-align: center;
}
-.gitterBoxOk
+.stileComandoOk
{
background: #AAFFAA;
text-align: center;
}
-.gitterBoxKo
+.stileComandoKo
{
background: #FFAAAA;
text-align: center;
}
-.gitterBoxAdd
+.stileComandoAdd
{
background: #AAAAFF;
text-align: center;
}
-.gitterBoxND
+.stileComandoND
{
background: #FFFFAA;
text-align: center;
@@ -3280,23 +3279,23 @@ grViewBorder
background-color: #6C90FF;
font-weight: bold;
}
-.msgBoxGitterBox
+.msgBoxBarcode
{
border-top: solid 2px Black;
border-bottom: solid 2px Black;
background-color: #E5E5E5;
}
-.dtMtxGittNonComp
+.stileErr01
{
background: #FF6633;
text-align: center;
}
-.dtMtxNonEsiste
+.stileErr02
{
background: #FFAA77;
text-align: center;
}
-.gitterBoxSpedito
+.stileErr03
{
background: #FF3300;
text-align: center;
diff --git a/GMW/GMW/Web.config b/GMW/GMW/Web.config
index 42505c24..3d1781eb 100644
--- a/GMW/GMW/Web.config
+++ b/GMW/GMW/Web.config
@@ -1,27 +1,27 @@
-
+
-
+
-
-
-
-
+
+
+
+
-
+
-
-
+
+
-
+
-
+
-
+
@@ -38,19 +38,19 @@
-
+
-
-
-
-
+
+
+
+
-
+
-
+
@@ -81,6 +81,7 @@
+
@@ -95,18 +96,22 @@
+
+
+
+
@@ -114,6 +119,7 @@
+
@@ -143,17 +149,23 @@
+
+
+
-
+
+
+
+
@@ -169,41 +181,41 @@
-
+
-
-
+
+
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
-
+
+
-
+
-
+
-
-
+
+
-
+
-
-
+
+
-
+
-
+
diff --git a/GMW/GMW/WebUserControls/mod_sanpos_controlloLiquidi.ascx b/GMW/GMW/WebUserControls/mod_sanpos_controlloLiquidi.ascx
index 0167c698..88228847 100644
--- a/GMW/GMW/WebUserControls/mod_sanpos_controlloLiquidi.ascx
+++ b/GMW/GMW/WebUserControls/mod_sanpos_controlloLiquidi.ascx
@@ -1,17 +1,71 @@
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_sanpos_controlloLiquidi.ascx.cs"
Inherits="GMW.WebUserControls.mod_sanpos_controlloLiquidi" %>
-
+<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %>
+