From fc43568ef605b038fe03d178fa6a32823f8654a0 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Wed, 3 Mar 2021 09:45:41 +0100 Subject: [PATCH] sistemazione grafica fixODL --- MP-TAB/fixODL.aspx | 152 +++++++++++++++++---------------- MP-TAB/fixODL.aspx.designer.cs | 9 ++ 2 files changed, 89 insertions(+), 72 deletions(-) diff --git a/MP-TAB/fixODL.aspx b/MP-TAB/fixODL.aspx index 8ac21f07..53b5d0ae 100644 --- a/MP-TAB/fixODL.aspx +++ b/MP-TAB/fixODL.aspx @@ -1,82 +1,90 @@ <%@ Page Title="" Language="C#" MasterPageFile="~/WebMasterPages/Bootstrap.Master" AutoEventWireup="true" CodeBehind="fixODL.aspx.cs" Inherits="MoonProTablet.fixODL" %> <%@ Register Src="~/WebUserControls/mod_dettMacchina.ascx" TagName="mod_dettMacchina" TagPrefix="uc1" %> +<%@ Register Src="~/WebUserControls/mod_directLinks.ascx" TagPrefix="uc1" TagName="mod_directLinks" %> -
- -
- - - - - - -
+
-
-

Riassegnazione ODL

- Ultimi ODL lavorati: +
+ +
+ + + + + + +
+
+
+

Riassegnazione ODL

+ Ultimi ODL lavorati: +
+
+
+
+ + + + + + + + <%----%> + + +
+
+
+ +
+ + + + +
+ + + + + + + + +
+ + + + + + + + + + +
+
+
+
+ + + + + + + + + + +
+
+ Imposta ODL +
+
-
-
-
- - - - - - - - <%----%> - - -
-
-
- -
- - - - -
- - - - - - - - -
- - - - - - - - - - -
-
-
-
- - - - - - - - - - -
-
- Imposta ODL +
+
diff --git a/MP-TAB/fixODL.aspx.designer.cs b/MP-TAB/fixODL.aspx.designer.cs index 685b5899..f8a76c87 100644 --- a/MP-TAB/fixODL.aspx.designer.cs +++ b/MP-TAB/fixODL.aspx.designer.cs @@ -130,5 +130,14 @@ namespace MoonProTablet /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. /// protected global::System.Web.UI.WebControls.LinkButton lbtSetODL; + + /// + /// Controllo mod_directLinks. + /// + /// + /// Campo generato automaticamente. + /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind. + /// + protected global::MoonProTablet.WebUserControls.mod_directLinks mod_directLinks; } }