diff --git a/MP-ADM/Planner.aspx b/MP-ADM/Planner.aspx index 411b5e33..33b7e981 100644 --- a/MP-ADM/Planner.aspx +++ b/MP-ADM/Planner.aspx @@ -11,14 +11,10 @@
- - - - -
+
-
+
diff --git a/MP-ADM/WebUserControls/mod_planStats.ascx b/MP-ADM/WebUserControls/mod_planStats.ascx index 1c51051a..7dd63515 100644 --- a/MP-ADM/WebUserControls/mod_planStats.ascx +++ b/MP-ADM/WebUserControls/mod_planStats.ascx @@ -2,189 +2,203 @@ <%@ Register Src="~/WebUserControls/mod_ricercaGenerica.ascx" TagPrefix="uc1" TagName="mod_ricercaGenerica" %>
-
- - -
-
-
-
- -
-
-
- -
-
-
-
-
-
-
- -
-
-
- -
-
-
-
-
-
-
- -
-
-
- -
-
-
-
-
-
-
- -
-
-
- -
-
-
-
-
-
-
- -
-
-
- -
-
-
-
-
-
-
- - - - - -
-
- -
-
-

Reparti/Fasi

-
-
- - - - - - - - - - - - - - - - - - - - - -
-
-
-
-

Macchine

-
-
- - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-
-
-
-

Articoli

-
-
- -
+
+
+
+
+

Stato richieste

+
+
+ + +
+
+
+
+ +
+
+
+ +
+
+
+
+
+
+
+ +
+
+
+ +
+
+
+
+
+
+
+ +
+
+
+ +
+
+
+
+
+
+
+ +
+
+
+ +
+
+
+
+
+
+
+ +
+
+
+ +
+
+
+
+
+
+
+ + + + + +
+
+
-
- - - - - - - - - - - - - - - - - -
- -
-
-
- - - -
-
- - - - - - - - +
+
+
+ +
+
+

Reparti/Fasi

+
+
+ + + + + + + + + + + + + + + + + + + + + +
+
+
+
+

Macchine

+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
+

Articoli

+
+
+ +
+
+
+
+ + + + + + + + + + + + + + + + + +
+ +
+
+
+ + + +
+
+ + + + + + + + +
+
diff --git a/MP-ADM/WebUserControls/mod_planStats.ascx.cs b/MP-ADM/WebUserControls/mod_planStats.ascx.cs index b7b0e55c..947548b2 100644 --- a/MP-ADM/WebUserControls/mod_planStats.ascx.cs +++ b/MP-ADM/WebUserControls/mod_planStats.ascx.cs @@ -35,7 +35,6 @@ namespace MP_ADM.WebUserControls } protected void Page_Load(object sender, EventArgs e) { - } protected void ddlCodGruppo_SelectedIndexChanged(object sender, EventArgs e) { @@ -153,5 +152,11 @@ namespace MP_ADM.WebUserControls return answ; } } + + protected void lbtToggle_Click(object sender, EventArgs e) + { + divDetail.Visible = !divDetail.Visible; + tgIcon.Attributes["class"] = divDetail.Visible ? "fa fa-chevron-up" : "fa fa-chevron-down"; + } } } \ No newline at end of file diff --git a/MP-ADM/WebUserControls/mod_planStats.ascx.designer.cs b/MP-ADM/WebUserControls/mod_planStats.ascx.designer.cs index b30d71da..990de720 100644 --- a/MP-ADM/WebUserControls/mod_planStats.ascx.designer.cs +++ b/MP-ADM/WebUserControls/mod_planStats.ascx.designer.cs @@ -30,6 +30,33 @@ namespace MP_ADM.WebUserControls { /// protected global::System.Web.UI.WebControls.ObjectDataSource odsStGlb; + /// + /// Controllo lbtToggle. + /// + /// + /// Campo generato automaticamente. + /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. + /// + protected global::System.Web.UI.WebControls.LinkButton lbtToggle; + + /// + /// Controllo tgIcon. + /// + /// + /// Campo generato automaticamente. + /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. + /// + protected global::System.Web.UI.HtmlControls.HtmlGenericControl tgIcon; + + /// + /// Controllo divDetail. + /// + /// + /// Campo generato automaticamente. + /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. + /// + protected global::System.Web.UI.HtmlControls.HtmlGenericControl divDetail; + /// /// Controllo hlCodIstTemp. ///