diff --git a/.vs/MP-Site/v14/.suo b/.vs/MP-Site/v14/.suo index 1d7617a4..685f8635 100644 Binary files a/.vs/MP-Site/v14/.suo and b/.vs/MP-Site/v14/.suo differ diff --git a/.vs/MP-Tablet/v14/.suo b/.vs/MP-Tablet/v14/.suo index 12d12cfd..50f17643 100644 Binary files a/.vs/MP-Tablet/v14/.suo and b/.vs/MP-Tablet/v14/.suo differ diff --git a/MP-Site/WebUserControls/mod_statoMacchina.ascx b/MP-Site/WebUserControls/mod_statoMacchina.ascx index 7b36a106..58f09f2d 100644 --- a/MP-Site/WebUserControls/mod_statoMacchina.ascx +++ b/MP-Site/WebUserControls/mod_statoMacchina.ascx @@ -59,3 +59,8 @@ Text="errore com (101)" /> +
+
+   +
+
\ No newline at end of file diff --git a/MP-Site/WebUserControls/mod_statoMacchina.ascx.cs b/MP-Site/WebUserControls/mod_statoMacchina.ascx.cs index a4247f5b..1c9183b3 100644 --- a/MP-Site/WebUserControls/mod_statoMacchina.ascx.cs +++ b/MP-Site/WebUserControls/mod_statoMacchina.ascx.cs @@ -339,10 +339,11 @@ namespace MoonPro.WebUserControls valMacchina.Enabled = false; } //logger.lg.scriviLog(string.Format("Retrieve: {0}", DateTime.Now.Subtract(tick).Milliseconds), tipoLog.INFO); + divSegnaposto.Visible = false; } else { - divWarn.Visible = false; + pnlMacchina.Visible = false; } } /// diff --git a/MP-Site/WebUserControls/mod_statoMacchina.ascx.designer.cs b/MP-Site/WebUserControls/mod_statoMacchina.ascx.designer.cs index 16ef4bb1..39a27c7b 100644 --- a/MP-Site/WebUserControls/mod_statoMacchina.ascx.designer.cs +++ b/MP-Site/WebUserControls/mod_statoMacchina.ascx.designer.cs @@ -164,5 +164,14 @@ namespace MoonPro.WebUserControls { /// To modify move field declaration from designer file to code-behind file. /// protected global::System.Web.UI.WebControls.HyperLink hlComWarning; + + /// + /// divSegnaposto control. + /// + /// + /// Auto-generated field. + /// To modify move field declaration from designer file to code-behind file. + /// + protected global::System.Web.UI.HtmlControls.HtmlGenericControl divSegnaposto; } }