completo fix grafico mappastato
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -59,3 +59,8 @@
|
||||
Text="errore com (101)" />
|
||||
</div>
|
||||
</asp:Panel>
|
||||
<div runat="server" id="divSegnaposto" class="row" style="min-width: 12em; min-height: 12em; width:100%;">
|
||||
<div class="col-xs-12">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
/// <summary>
|
||||
|
||||
@@ -164,5 +164,14 @@ namespace MoonPro.WebUserControls {
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.HyperLink hlComWarning;
|
||||
|
||||
/// <summary>
|
||||
/// divSegnaposto control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.HtmlControls.HtmlGenericControl divSegnaposto;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user