diff --git a/WebSites/WebGIM/mod_elencoMtzProg.ascx b/WebSites/WebGIM/mod_elencoMtzProg.ascx index efc9297..710a246 100644 --- a/WebSites/WebGIM/mod_elencoMtzProg.ascx +++ b/WebSites/WebGIM/mod_elencoMtzProg.ascx @@ -4,36 +4,38 @@ <%@ Register Src="mod_filtro.ascx" TagName="mod_filtro" TagPrefix="uc1" %>
- - - - - - + -
- - - -
- - - +
+
+ +
+
+ + + +
- - - - - - - - - - +
+ +
+
+ + + +
+
+ + + + + + +
diff --git a/WebSites/WebGIM/mod_elencoMtzProg.ascx.cs b/WebSites/WebGIM/mod_elencoMtzProg.ascx.cs index ce7fc88..318a645 100644 --- a/WebSites/WebGIM/mod_elencoMtzProg.ascx.cs +++ b/WebSites/WebGIM/mod_elencoMtzProg.ascx.cs @@ -256,8 +256,7 @@ public partial class mod_elencoMtzProg : ApplicationUserControl { if (!mod_filtroMacchina.Visible) { - lblFiltMacchina.Visible = true; - mod_filtroMacchina.Visible = true; + mod_filtroMacchina.Visible = true; } else { @@ -268,7 +267,6 @@ public partial class mod_elencoMtzProg : ApplicationUserControl else { mod_filtroMacchina.reset(); - lblFiltMacchina.Visible = false; mod_filtroMacchina.Visible = false; } } diff --git a/WebSites/WebGIM/mod_filtro.ascx b/WebSites/WebGIM/mod_filtro.ascx index 56942b1..7bb4e08 100644 --- a/WebSites/WebGIM/mod_filtro.ascx +++ b/WebSites/WebGIM/mod_filtro.ascx @@ -1,7 +1,7 @@ <%@ Control Language="C#" AutoEventWireup="true" CodeFile="mod_filtro.ascx.cs" Inherits="mod_filtro" %> - - + \ No newline at end of file