From 8550ae5ad1f930e8a0f17c46d85241bdb363946a Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Fri, 16 Mar 2018 16:36:35 +0100 Subject: [PATCH] Fix pagina UserAdmin --- CMS_SC/Test.aspx | 2 +- .../mod_elencoRichResetUtenti.ascx | 2 +- .../WebUserControls/mod_enrollByAuthKey.ascx | 50 +++++++++---------- .../mod_enrollByAuthKey.ascx.designer.cs | 41 ++++++++------- CMS_SC/WebUserControls/mod_enrollByEmail.ascx | 48 +++++++++--------- .../mod_enrollByEmail.ascx.designer.cs | 35 +++++++------ .../WebUserControls/mod_enrollUserBase.ascx | 48 +++++++++--------- .../mod_enrollUserBase.ascx.designer.cs | 41 ++++++++------- 8 files changed, 132 insertions(+), 135 deletions(-) diff --git a/CMS_SC/Test.aspx b/CMS_SC/Test.aspx index 30bca98..831be8b 100644 --- a/CMS_SC/Test.aspx +++ b/CMS_SC/Test.aspx @@ -1,4 +1,4 @@ -<%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="Test.aspx.cs" Inherits="CMS_SC.Test" %> +<%@ Page Title="" Language="C#" MasterPageFile="~/Bootstrap.Master" AutoEventWireup="true" CodeBehind="Test.aspx.cs" Inherits="CMS_SC.Test" %> <%@ Register Src="~/WebUserControls/mod_fileUpload.ascx" TagPrefix="uc1" TagName="mod_fileUpload" %> diff --git a/CMS_SC/WebUserControls/mod_elencoRichResetUtenti.ascx b/CMS_SC/WebUserControls/mod_elencoRichResetUtenti.ascx index 71c9970..762bee7 100644 --- a/CMS_SC/WebUserControls/mod_elencoRichResetUtenti.ascx +++ b/CMS_SC/WebUserControls/mod_elencoRichResetUtenti.ascx @@ -153,7 +153,7 @@ <%: traduci("DevicesList") %>
- + diff --git a/CMS_SC/WebUserControls/mod_enrollByAuthKey.ascx b/CMS_SC/WebUserControls/mod_enrollByAuthKey.ascx index b4dc019..15c2167 100644 --- a/CMS_SC/WebUserControls/mod_enrollByAuthKey.ascx +++ b/CMS_SC/WebUserControls/mod_enrollByAuthKey.ascx @@ -1,29 +1,29 @@ <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_enrollByAuthKey.ascx.cs" - Inherits="CMS_SC.WebUserControls.mod_enrollByAuthKey" %> + Inherits="CMS_SC.WebUserControls.mod_enrollByAuthKey" %> -
-
-
<%: traduci("AuthKeyEnrollTitle") %>
-
-
-
-
- -
-
- -
-
- <%: traduci("btnEnrollByAK") %> -
-
- -
-
-

<%: traduci("AuthKeyEnrollExplTitle") %>

-
- <%: traduci("AuthKeyEnrollExplInstr01") %> -
-
+
+
+

<%: traduci("AuthKeyEnrollTitle") %>

+
+
+
+
+ +
+
+ +
+
+ <%: traduci("btnEnrollByAK") %> +
+
+ +
+
+

<%: traduci("AuthKeyEnrollExplTitle") %>

+
+ <%: traduci("AuthKeyEnrollExplInstr01") %> +
+
diff --git a/CMS_SC/WebUserControls/mod_enrollByAuthKey.ascx.designer.cs b/CMS_SC/WebUserControls/mod_enrollByAuthKey.ascx.designer.cs index dd478f2..a8f4d15 100644 --- a/CMS_SC/WebUserControls/mod_enrollByAuthKey.ascx.designer.cs +++ b/CMS_SC/WebUserControls/mod_enrollByAuthKey.ascx.designer.cs @@ -1,51 +1,50 @@ //------------------------------------------------------------------------------ -// -// This code was generated by a tool. +// +// Codice generato da uno strumento. // -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// +// Le modifiche a questo file possono causare un comportamento non corretto e verranno perse se +// il codice viene rigenerato. +// //------------------------------------------------------------------------------ -namespace CMS_SC.WebUserControls -{ - - +namespace CMS_SC.WebUserControls { + + public partial class mod_enrollByAuthKey { /// - /// txtEmailAK control. + /// Controllo txtEmailAK. /// /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. + /// 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.TextBox txtEmailAK; /// - /// txtAuthKey control. + /// Controllo txtAuthKey. /// /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. + /// 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.TextBox txtAuthKey; /// - /// btnEnrollByAK control. + /// Controllo btnEnrollByAK. /// /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. + /// 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 btnEnrollByAK; /// - /// lblOutRegAuthKey control. + /// Controllo lblOutRegAuthKey. /// /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. + /// 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.Label lblOutRegAuthKey; } diff --git a/CMS_SC/WebUserControls/mod_enrollByEmail.ascx b/CMS_SC/WebUserControls/mod_enrollByEmail.ascx index 6fb6ccf..78fbf24 100644 --- a/CMS_SC/WebUserControls/mod_enrollByEmail.ascx +++ b/CMS_SC/WebUserControls/mod_enrollByEmail.ascx @@ -1,29 +1,29 @@ <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_enrollByEmail.ascx.cs" - Inherits="CMS_SC.WebUserControls.mod_enrollByEmail" %> + Inherits="CMS_SC.WebUserControls.mod_enrollByEmail" %> -
-
-
<%: traduci("EmailEnrollTitle") %>
-
-
-
-
- -
-
-
-
- <%: traduci("btnReqNewKey") %> -
-
- -
-
-

<%: traduci("EmailEnrollExplTitle") %>

-
- <%: traduci("EmailEnrollExplInstr01") %> -
-
+
+
+

<%: traduci("EmailEnrollTitle") %>

+
+
+
+
+ +
+
+
+
+ <%: traduci("btnReqNewKey") %> +
+
+ +
+
+

<%: traduci("EmailEnrollExplTitle") %>

+
+ <%: traduci("EmailEnrollExplInstr01") %> +
+
diff --git a/CMS_SC/WebUserControls/mod_enrollByEmail.ascx.designer.cs b/CMS_SC/WebUserControls/mod_enrollByEmail.ascx.designer.cs index a2be5c9..1740897 100644 --- a/CMS_SC/WebUserControls/mod_enrollByEmail.ascx.designer.cs +++ b/CMS_SC/WebUserControls/mod_enrollByEmail.ascx.designer.cs @@ -1,42 +1,41 @@ //------------------------------------------------------------------------------ -// -// This code was generated by a tool. +// +// Codice generato da uno strumento. // -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// +// Le modifiche a questo file possono causare un comportamento non corretto e verranno perse se +// il codice viene rigenerato. +// //------------------------------------------------------------------------------ -namespace CMS_SC.WebUserControls -{ - - +namespace CMS_SC.WebUserControls { + + public partial class mod_enrollByEmail { /// - /// txtEmailReq control. + /// Controllo txtEmailReq. /// /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. + /// 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.TextBox txtEmailReq; /// - /// btnReqNewKey control. + /// Controllo btnReqNewKey. /// /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. + /// 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 btnReqNewKey; /// - /// lblOutUnauth control. + /// Controllo lblOutUnauth. /// /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. + /// 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.Label lblOutUnauth; } diff --git a/CMS_SC/WebUserControls/mod_enrollUserBase.ascx b/CMS_SC/WebUserControls/mod_enrollUserBase.ascx index 308f528..7bd566c 100644 --- a/CMS_SC/WebUserControls/mod_enrollUserBase.ascx +++ b/CMS_SC/WebUserControls/mod_enrollUserBase.ascx @@ -1,29 +1,29 @@ <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_enrollUserBase.ascx.cs" Inherits="CMS_SC.WebUserControls.mod_enrollUserBase" %> -
-
-
<%: traduci("AuthUserBaseCollaudi") %>
-
-
-
-
- -
-
- -
-
- <%: traduci("btnAuthUserBase") %> -
-
- -
-
-

<%: traduci("AuthUserBaseTitle") %>

-
- <%: traduci("AuthUserBaseInstr01") %> -
-
+
+
+

<%: traduci("AuthUserBaseCollaudi") %>

+
+
+
+
+ +
+
+ +
+
+ <%: traduci("btnAuthUserBase") %> +
+
+ +
+
+

<%: traduci("AuthUserBaseTitle") %>

+
+ <%: traduci("AuthUserBaseInstr01") %> +
+
diff --git a/CMS_SC/WebUserControls/mod_enrollUserBase.ascx.designer.cs b/CMS_SC/WebUserControls/mod_enrollUserBase.ascx.designer.cs index 2cbb51b..d933415 100644 --- a/CMS_SC/WebUserControls/mod_enrollUserBase.ascx.designer.cs +++ b/CMS_SC/WebUserControls/mod_enrollUserBase.ascx.designer.cs @@ -1,51 +1,50 @@ //------------------------------------------------------------------------------ -// -// This code was generated by a tool. +// +// Codice generato da uno strumento. // -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// +// Le modifiche a questo file possono causare un comportamento non corretto e verranno perse se +// il codice viene rigenerato. +// //------------------------------------------------------------------------------ -namespace CMS_SC.WebUserControls -{ - - +namespace CMS_SC.WebUserControls { + + public partial class mod_enrollUserBase { /// - /// txtCognome control. + /// Controllo txtCognome. /// /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. + /// 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.TextBox txtCognome; /// - /// txtNome control. + /// Controllo txtNome. /// /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. + /// 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.TextBox txtNome; /// - /// btnEnrollByAK control. + /// Controllo btnEnrollByAK. /// /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. + /// 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 btnEnrollByAK; /// - /// lblOutMsg control. + /// Controllo lblOutMsg. /// /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. + /// 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.Label lblOutMsg; }