diff --git a/ScheMe-SP/UserAdmin.aspx b/ScheMe-SP/UserAdmin.aspx index 4ff6a09..1e593af 100644 --- a/ScheMe-SP/UserAdmin.aspx +++ b/ScheMe-SP/UserAdmin.aspx @@ -4,17 +4,17 @@ <%@ Register Src="WebUserControls/mod_elencoRichResetUtenti.ascx" TagName="mod_elencoRichResetUtenti" TagPrefix="uc3" %> -<%@ Register src="WebUserControls/mod_enrollByAuthKey.ascx" tagname="mod_enrollByAuthKey" tagprefix="uc4" %> +<%@ Register Src="WebUserControls/mod_enrollByAuthKey.ascx" TagName="mod_enrollByAuthKey" TagPrefix="uc4" %> -
+
-

Gestione Accesso ScheMe

+

Gestione Accesso ScheMe

@@ -23,7 +23,7 @@
-
+
@@ -36,8 +36,8 @@
- -
+ +
diff --git a/ScheMe-SP/WebUserControls/mod_elencoRichResetUtenti.ascx b/ScheMe-SP/WebUserControls/mod_elencoRichResetUtenti.ascx index 884b2b7..4c3d81f 100644 --- a/ScheMe-SP/WebUserControls/mod_elencoRichResetUtenti.ascx +++ b/ScheMe-SP/WebUserControls/mod_elencoRichResetUtenti.ascx @@ -1,86 +1,95 @@ <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_elencoRichResetUtenti.ascx.cs" Inherits="ScheMe.WebUserControls.mod_elencoRichResetUtenti" %> - - - - - - - - - - - - - - -
- <%----%> - -
-
- - - -
- - - - - -
- -
-
- - -
- - -
-
-
- - -
- - - -
-
-
- - - - - - - -
- - - -
-
-
-
- + + + + + + + + + + + + + + +
+ +
+
+ + +
+ + + + + +
+ +
+
+ + +
+ + +
+
+
+ + +
+ + + +
+
+
+ + + + + + + +
+ + + +
+
+
+
-
-
-

Spiegazione

- Ogni riga rappresenta un utente, se questo è indicato con un font barrato significa che l'utente è disattivato e tutti i suoi devices (eventualmente registrati) sono stati disabilitati e rimossi dal DB (e non possono più accedere alla piattaforma). -
- Partendo da sinistra verso destra abbiamo: -
- +
diff --git a/ScheMe-SP/WebUserControls/mod_elencoRichResetUtenti.ascx.designer.cs b/ScheMe-SP/WebUserControls/mod_elencoRichResetUtenti.ascx.designer.cs index 5cd8ad3..555f81e 100644 --- a/ScheMe-SP/WebUserControls/mod_elencoRichResetUtenti.ascx.designer.cs +++ b/ScheMe-SP/WebUserControls/mod_elencoRichResetUtenti.ascx.designer.cs @@ -1,10 +1,10 @@ //------------------------------------------------------------------------------ -// -// 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 ScheMe.WebUserControls { @@ -13,20 +13,20 @@ namespace ScheMe.WebUserControls { public partial class mod_elencoRichResetUtenti { /// - /// grView control. + /// Controllo grView. /// /// - /// 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.GridView grView; /// - /// ods control. + /// Controllo ods. /// /// - /// 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.ObjectDataSource ods; }