-
+
+
-
-
<%: traduci("btnShowStorico") %>
+
<%: traduci("btnShowStorico") %>
-
<%: traduci("modoNT") %>
-
<%: traduci("modoDT") %>
+
<%: traduci("modoNT") %>
+
<%: traduci("modoDT") %>
diff --git a/GMW/PostRX.aspx.cs b/GMW/PostRX.aspx.cs
index 83da938f..08727960 100644
--- a/GMW/PostRX.aspx.cs
+++ b/GMW/PostRX.aspx.cs
@@ -113,8 +113,8 @@ namespace GMW
if (Postazione.currCodCella != "")
{
// SOLO se ho una linea procedo...
- string cssBtn = "btn btn-inverse";
- string cssBtnActive = "btn btn-inverse active";
+ string cssBtn = "btn btn-inverse btn-lg";
+ string cssBtnActive = "btn btn-inverse btn-lg active";
switch (modoPagina)
{
case "NT":
diff --git a/GMW/PostRX.aspx.designer.cs b/GMW/PostRX.aspx.designer.cs
index d2e67d14..4c797fce 100644
--- a/GMW/PostRX.aspx.designer.cs
+++ b/GMW/PostRX.aspx.designer.cs
@@ -13,13 +13,13 @@ namespace GMW {
public partial class PostRX {
///
- /// lbtRefresh control.
+ /// btnRefresh control.
///
///
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
///
- protected global::System.Web.UI.WebControls.LinkButton lbtRefresh;
+ protected global::System.Web.UI.WebControls.Button btnRefresh;
///
/// lbtShowHideStorico control.
diff --git a/GMW/WebUserControls/mod_PostRX_NT.ascx b/GMW/WebUserControls/mod_PostRX_NT.ascx
index 209cfdc4..f30676e7 100644
--- a/GMW/WebUserControls/mod_PostRX_NT.ascx
+++ b/GMW/WebUserControls/mod_PostRX_NT.ascx
@@ -75,7 +75,7 @@
-
+
@@ -130,8 +130,8 @@
-
-
<%: traduci("lbtGeneraAl") %>
-
-
-
<%: traduci("lbtGeneraUDC") %>
-
+
<%: traduci("lbtGeneraAl") %>
+
<%: traduci("lbtGeneraUDC") %>
diff --git a/GMW/WebUserControls/mod_PostRX_NT.ascx.cs b/GMW/WebUserControls/mod_PostRX_NT.ascx.cs
index bd97a375..f21e6242 100644
--- a/GMW/WebUserControls/mod_PostRX_NT.ascx.cs
+++ b/GMW/WebUserControls/mod_PostRX_NT.ascx.cs
@@ -46,7 +46,7 @@ namespace GMW.WebUserControls
}
doChecks();
}
-
+
///
/// qta pezzi x UDC
///
@@ -103,7 +103,7 @@ namespace GMW.WebUserControls
private void fixTipoInput()
{
bool barcodeEnabled = false;
- if (rblInputMode.SelectedValue == "barcode")
+ if (rblInputMode.SelectedValue.ToUpper() == "BARCODE")
{
barcodeEnabled = true;
Postazione.messaggiText = traduci("attesaBCode");
@@ -606,7 +606,7 @@ namespace GMW.WebUserControls
///
protected void txtCesta_TextChanged(object sender, EventArgs e)
{
- txtCesta.Text = txtCesta.Text.ToUpper();
+ txtCesta.Text = txtCesta.Text.ToUpper().Trim().PadLeft(4, '0').Substring(0, 4);
doUpdate();
}
///
diff --git a/GMW/WebUserControls/mod_storicoAzioniOperatore.ascx b/GMW/WebUserControls/mod_storicoAzioniOperatore.ascx
index 1e07eaf2..325abad4 100644
--- a/GMW/WebUserControls/mod_storicoAzioniOperatore.ascx
+++ b/GMW/WebUserControls/mod_storicoAzioniOperatore.ascx
@@ -2,7 +2,7 @@
Inherits="GMW.WebUserControls.mod_storicoAzioniOperatore" %>
<%--
--%>
-
<%: traduci("btnHideStorico") %>
+
<%: traduci("btnHideStorico") %>
")]
-[assembly: AssemblyFileVersion("2.5.608.<#= this.RevisionNumber #>")]
+[assembly: AssemblyVersion("2.5.610.<#= this.RevisionNumber #>")]
+[assembly: AssemblyFileVersion("2.5.610.<#= this.RevisionNumber #>")]
//[assembly: AssemblyCopyright("© Steamware 2007-<#= DateTime.Now.Year #>")]
//[assembly: AssemblyCompany("Steamware")]
<#+