diff --git a/AYA.SlnSynor/AYA.SlnSynor.WCF/AYA.SlnSinort.WCF.csproj b/AYA.SlnSynor/AYA.SlnSynor.WCF/AYA.SlnSinort.WCF.csproj index f1a5defdd..3dbb02615 100644 --- a/AYA.SlnSynor/AYA.SlnSynor.WCF/AYA.SlnSinort.WCF.csproj +++ b/AYA.SlnSynor/AYA.SlnSynor.WCF/AYA.SlnSinort.WCF.csproj @@ -75,10 +75,10 @@ - - - - + + + + WCF Proxy Generator Reference.cs @@ -88,7 +88,7 @@ - + True True Reference.svcmap @@ -107,17 +107,17 @@ - - + + Designer - + Designer - + Designer - + Designer @@ -142,7 +142,7 @@ - + 10.0 diff --git a/AYA.SlnSynor/AYA.SlnSynor.WCF/ISinort.cs b/AYA.SlnSynor/AYA.SlnSynor.WCF/ISinort.cs index f7068ff2f..c5a190fd0 100644 --- a/AYA.SlnSynor/AYA.SlnSynor.WCF/ISinort.cs +++ b/AYA.SlnSynor/AYA.SlnSynor.WCF/ISinort.cs @@ -1,5 +1,6 @@ using AYA.SlnSinortModel.Entidades; +using AYA.SlnSinortModel.Sinort; using System; using System.Collections.Generic; using System.Linq; @@ -14,7 +15,7 @@ namespace AYA.SlnSinort.WCF [ServiceContract] public interface ISinort { - + } } diff --git a/AYA.SlnSynor/AYA.SlnSynor.WCF/ISinortCatalogos.cs b/AYA.SlnSynor/AYA.SlnSynor.WCF/ISinortCatalogos.cs index b280de94b..aa1343596 100644 --- a/AYA.SlnSynor/AYA.SlnSynor.WCF/ISinortCatalogos.cs +++ b/AYA.SlnSynor/AYA.SlnSynor.WCF/ISinortCatalogos.cs @@ -79,5 +79,8 @@ namespace AYA.SlnSinort.WCF #endregion + [OperationContract] + List ObtenerUsuariosAyA(); + } } diff --git a/AYA.SlnSynor/AYA.SlnSynor.WCF/Service References/AyAWCF/ServicioUsuarios.disco b/AYA.SlnSynor/AYA.SlnSynor.WCF/Service References/AyAWCF/ServicioUsuarios.disco deleted file mode 100644 index d55b00305..000000000 --- a/AYA.SlnSynor/AYA.SlnSynor.WCF/Service References/AyAWCF/ServicioUsuarios.disco +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/AYA.SlnSynor/AYA.SlnSynor.WCF/Service References/AyAWCF/configuration.svcinfo b/AYA.SlnSynor/AYA.SlnSynor.WCF/Service References/AyAWCF/configuration.svcinfo deleted file mode 100644 index ef67d0a74..000000000 --- a/AYA.SlnSynor/AYA.SlnSynor.WCF/Service References/AyAWCF/configuration.svcinfo +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/AYA.SlnSynor/AYA.SlnSynor.WCF/Service References/AyAWCF/Reference.cs b/AYA.SlnSynor/AYA.SlnSynor.WCF/Service References/ServiciosUsuariosWCF/Reference.cs similarity index 90% rename from AYA.SlnSynor/AYA.SlnSynor.WCF/Service References/AyAWCF/Reference.cs rename to AYA.SlnSynor/AYA.SlnSynor.WCF/Service References/ServiciosUsuariosWCF/Reference.cs index aa8daf1cf..83dd9ef37 100644 --- a/AYA.SlnSynor/AYA.SlnSynor.WCF/Service References/AyAWCF/Reference.cs +++ b/AYA.SlnSynor/AYA.SlnSynor.WCF/Service References/ServiciosUsuariosWCF/Reference.cs @@ -8,7 +8,7 @@ // //------------------------------------------------------------------------------ -namespace AYA.SlnSinort.WCF.AyAWCF { +namespace AYA.SlnSinort.WCF.ServiciosUsuariosWCF { using System.Runtime.Serialization; using System; @@ -139,7 +139,7 @@ namespace AYA.SlnSinort.WCF.AyAWCF { } [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - [System.ServiceModel.ServiceContractAttribute(ConfigurationName="AyAWCF.IServicioUsuarios")] + [System.ServiceModel.ServiceContractAttribute(ConfigurationName="ServiciosUsuariosWCF.IServicioUsuarios")] public interface IServicioUsuarios { [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IServicioUsuarios/obtenerUsuariosActiveDirectory", ReplyAction="http://tempuri.org/IServicioUsuarios/obtenerUsuariosActiveDirectoryResponse")] @@ -149,19 +149,19 @@ namespace AYA.SlnSinort.WCF.AyAWCF { System.Threading.Tasks.Task obtenerUsuariosActiveDirectoryAsync(); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IServicioUsuarios/enviarCorreo", ReplyAction="http://tempuri.org/IServicioUsuarios/enviarCorreoResponse")] - int enviarCorreo(AYA.SlnSinort.WCF.AyAWCF.correoEL objCorreo); + int enviarCorreo(AYA.SlnSinort.WCF.ServiciosUsuariosWCF.correoEL objCorreo); [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IServicioUsuarios/enviarCorreo", ReplyAction="http://tempuri.org/IServicioUsuarios/enviarCorreoResponse")] - System.Threading.Tasks.Task enviarCorreoAsync(AYA.SlnSinort.WCF.AyAWCF.correoEL objCorreo); + System.Threading.Tasks.Task enviarCorreoAsync(AYA.SlnSinort.WCF.ServiciosUsuariosWCF.correoEL objCorreo); } [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - public interface IServicioUsuariosChannel : AYA.SlnSinort.WCF.AyAWCF.IServicioUsuarios, System.ServiceModel.IClientChannel { + public interface IServicioUsuariosChannel : AYA.SlnSinort.WCF.ServiciosUsuariosWCF.IServicioUsuarios, System.ServiceModel.IClientChannel { } [System.Diagnostics.DebuggerStepThroughAttribute()] [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")] - public partial class ServicioUsuariosClient : System.ServiceModel.ClientBase, AYA.SlnSinort.WCF.AyAWCF.IServicioUsuarios { + public partial class ServicioUsuariosClient : System.ServiceModel.ClientBase, AYA.SlnSinort.WCF.ServiciosUsuariosWCF.IServicioUsuarios { public ServicioUsuariosClient() { } @@ -190,11 +190,11 @@ namespace AYA.SlnSinort.WCF.AyAWCF { return base.Channel.obtenerUsuariosActiveDirectoryAsync(); } - public int enviarCorreo(AYA.SlnSinort.WCF.AyAWCF.correoEL objCorreo) { + public int enviarCorreo(AYA.SlnSinort.WCF.ServiciosUsuariosWCF.correoEL objCorreo) { return base.Channel.enviarCorreo(objCorreo); } - public System.Threading.Tasks.Task enviarCorreoAsync(AYA.SlnSinort.WCF.AyAWCF.correoEL objCorreo) { + public System.Threading.Tasks.Task enviarCorreoAsync(AYA.SlnSinort.WCF.ServiciosUsuariosWCF.correoEL objCorreo) { return base.Channel.enviarCorreoAsync(objCorreo); } } diff --git a/AYA.SlnSynor/AYA.SlnSynor.WCF/Service References/AyAWCF/Reference.svcmap b/AYA.SlnSynor/AYA.SlnSynor.WCF/Service References/ServiciosUsuariosWCF/Reference.svcmap similarity index 56% rename from AYA.SlnSynor/AYA.SlnSynor.WCF/Service References/AyAWCF/Reference.svcmap rename to AYA.SlnSynor/AYA.SlnSynor.WCF/Service References/ServiciosUsuariosWCF/Reference.svcmap index 4221440f9..d10565162 100644 --- a/AYA.SlnSynor/AYA.SlnSynor.WCF/Service References/AyAWCF/Reference.svcmap +++ b/AYA.SlnSynor/AYA.SlnSynor.WCF/Service References/ServiciosUsuariosWCF/Reference.svcmap @@ -1,5 +1,5 @@ - + false true @@ -19,15 +19,15 @@ - + - - - - - - + + + + + + diff --git a/AYA.SlnSynor/AYA.SlnSynor.WCF/Service References/ServiciosUsuariosWCF/ServicioUsuarios.disco b/AYA.SlnSynor/AYA.SlnSynor.WCF/Service References/ServiciosUsuariosWCF/ServicioUsuarios.disco new file mode 100644 index 000000000..2d458978e --- /dev/null +++ b/AYA.SlnSynor/AYA.SlnSynor.WCF/Service References/ServiciosUsuariosWCF/ServicioUsuarios.disco @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/AYA.SlnSynor/AYA.SlnSynor.WCF/Service References/AyAWCF/ServicioUsuarios.wsdl b/AYA.SlnSynor/AYA.SlnSynor.WCF/Service References/ServiciosUsuariosWCF/ServicioUsuarios.wsdl similarity index 78% rename from AYA.SlnSynor/AYA.SlnSynor.WCF/Service References/AyAWCF/ServicioUsuarios.wsdl rename to AYA.SlnSynor/AYA.SlnSynor.WCF/Service References/ServiciosUsuariosWCF/ServicioUsuarios.wsdl index 1e3a621ef..288814079 100644 --- a/AYA.SlnSynor/AYA.SlnSynor.WCF/Service References/AyAWCF/ServicioUsuarios.wsdl +++ b/AYA.SlnSynor/AYA.SlnSynor.WCF/Service References/ServiciosUsuariosWCF/ServicioUsuarios.wsdl @@ -1,11 +1,11 @@ - + - - - - + + + + @@ -53,7 +53,7 @@ - + \ No newline at end of file diff --git a/AYA.SlnSynor/AYA.SlnSynor.WCF/Service References/AyAWCF/ServicioUsuarios3.xsd b/AYA.SlnSynor/AYA.SlnSynor.WCF/Service References/ServiciosUsuariosWCF/ServicioUsuarios.xsd similarity index 88% rename from AYA.SlnSynor/AYA.SlnSynor.WCF/Service References/AyAWCF/ServicioUsuarios3.xsd rename to AYA.SlnSynor/AYA.SlnSynor.WCF/Service References/ServiciosUsuariosWCF/ServicioUsuarios.xsd index e3d37d6a9..1572cf06f 100644 --- a/AYA.SlnSynor/AYA.SlnSynor.WCF/Service References/AyAWCF/ServicioUsuarios3.xsd +++ b/AYA.SlnSynor/AYA.SlnSynor.WCF/Service References/ServiciosUsuariosWCF/ServicioUsuarios.xsd @@ -1,6 +1,6 @@ - + diff --git a/AYA.SlnSynor/AYA.SlnSynor.WCF/Service References/AyAWCF/ServicioUsuarios2.xsd b/AYA.SlnSynor/AYA.SlnSynor.WCF/Service References/ServiciosUsuariosWCF/ServicioUsuarios1.xsd similarity index 100% rename from AYA.SlnSynor/AYA.SlnSynor.WCF/Service References/AyAWCF/ServicioUsuarios2.xsd rename to AYA.SlnSynor/AYA.SlnSynor.WCF/Service References/ServiciosUsuariosWCF/ServicioUsuarios1.xsd diff --git a/AYA.SlnSynor/AYA.SlnSynor.WCF/Service References/AyAWCF/ServicioUsuarios.xsd b/AYA.SlnSynor/AYA.SlnSynor.WCF/Service References/ServiciosUsuariosWCF/ServicioUsuarios2.xsd similarity index 100% rename from AYA.SlnSynor/AYA.SlnSynor.WCF/Service References/AyAWCF/ServicioUsuarios.xsd rename to AYA.SlnSynor/AYA.SlnSynor.WCF/Service References/ServiciosUsuariosWCF/ServicioUsuarios2.xsd diff --git a/AYA.SlnSynor/AYA.SlnSynor.WCF/Service References/AyAWCF/ServicioUsuarios1.xsd b/AYA.SlnSynor/AYA.SlnSynor.WCF/Service References/ServiciosUsuariosWCF/ServicioUsuarios3.xsd similarity index 100% rename from AYA.SlnSynor/AYA.SlnSynor.WCF/Service References/AyAWCF/ServicioUsuarios1.xsd rename to AYA.SlnSynor/AYA.SlnSynor.WCF/Service References/ServiciosUsuariosWCF/ServicioUsuarios3.xsd diff --git a/AYA.SlnSynor/AYA.SlnSynor.WCF/Service References/ServiciosUsuariosWCF/configuration.svcinfo b/AYA.SlnSynor/AYA.SlnSynor.WCF/Service References/ServiciosUsuariosWCF/configuration.svcinfo new file mode 100644 index 000000000..92758b1c8 --- /dev/null +++ b/AYA.SlnSynor/AYA.SlnSynor.WCF/Service References/ServiciosUsuariosWCF/configuration.svcinfo @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/AYA.SlnSynor/AYA.SlnSynor.WCF/Service References/AyAWCF/configuration91.svcinfo b/AYA.SlnSynor/AYA.SlnSynor.WCF/Service References/ServiciosUsuariosWCF/configuration91.svcinfo similarity index 96% rename from AYA.SlnSynor/AYA.SlnSynor.WCF/Service References/AyAWCF/configuration91.svcinfo rename to AYA.SlnSynor/AYA.SlnSynor.WCF/Service References/ServiciosUsuariosWCF/configuration91.svcinfo index 346b47433..48becf39e 100644 --- a/AYA.SlnSynor/AYA.SlnSynor.WCF/Service References/AyAWCF/configuration91.svcinfo +++ b/AYA.SlnSynor/AYA.SlnSynor.WCF/Service References/ServiciosUsuariosWCF/configuration91.svcinfo @@ -1,5 +1,5 @@ - + @@ -112,10 +112,10 @@ - + - http://localhost/AyA.SlnSinort.WCF.Usuarios/ServicioUsuarios.svc + http://10.50.1.123:2075/ServicioUsuarios.svc @@ -127,7 +127,7 @@ BasicHttpBinding_IServicioUsuarios - AyAWCF.IServicioUsuarios + ServiciosUsuariosWCF.IServicioUsuarios System.ServiceModel.Configuration.AddressHeaderCollectionElement diff --git a/AYA.SlnSynor/AYA.SlnSynor.WCF/Sinort.svc.cs b/AYA.SlnSynor/AYA.SlnSynor.WCF/Sinort.svc.cs index 3d146a7ee..0589cce6f 100644 --- a/AYA.SlnSynor/AYA.SlnSynor.WCF/Sinort.svc.cs +++ b/AYA.SlnSynor/AYA.SlnSynor.WCF/Sinort.svc.cs @@ -6,11 +6,13 @@ using AYA.SlnSinortModel.Entidades; using AYA.SlnSinortModel.Sinort; using System; using System.Collections.Generic; +using System.Data; using System.Linq; using System.Runtime.Serialization; using System.ServiceModel; using System.ServiceModel.Web; using System.Text; +////using AYA.SlnSinort.WCF.ServiciosUsuariosWCF; namespace AYA.SlnSinort.WCF { @@ -35,6 +37,6 @@ namespace AYA.SlnSinort.WCF //} #endregion - + } } diff --git a/AYA.SlnSynor/AYA.SlnSynor.WCF/SinortCatalogos.svc.cs b/AYA.SlnSynor/AYA.SlnSynor.WCF/SinortCatalogos.svc.cs index dcc972fab..3f586e28f 100644 --- a/AYA.SlnSynor/AYA.SlnSynor.WCF/SinortCatalogos.svc.cs +++ b/AYA.SlnSynor/AYA.SlnSynor.WCF/SinortCatalogos.svc.cs @@ -5,6 +5,7 @@ using AYA.SlnSinortModel.Entidades; using AYA.SlnSinortModel.Sinort; using System; using System.Collections.Generic; +using System.Data; using System.Linq; using System.Runtime.Serialization; using System.ServiceModel; @@ -252,6 +253,20 @@ namespace AYA.SlnSinort.WCF } #endregion + + #region WCFAYA + public List ObtenerUsuariosAyA() + { + List respuesta = null; + DataSet ds = new DataSet(); + ServiciosUsuariosWCF.ServicioUsuariosClient respuestaAyA = new ServiciosUsuariosWCF.ServicioUsuariosClient(); + ds = respuestaAyA.obtenerUsuariosActiveDirectory(); + + return respuesta; + } + + + #endregion } } diff --git a/AYA.SlnSynor/AYA.SlnSynor.WCF/Web.config b/AYA.SlnSynor/AYA.SlnSynor.WCF/Web.config index 0a7433496..41f54deba 100644 --- a/AYA.SlnSynor/AYA.SlnSynor.WCF/Web.config +++ b/AYA.SlnSynor/AYA.SlnSynor.WCF/Web.config @@ -10,9 +10,9 @@ - + contract="ServiciosUsuariosWCF.IServicioUsuarios" name="BasicHttpBinding_IServicioUsuarios" /> diff --git a/AYA.SlnSynor/AYA.SlnSynor/AYA.SlnSinort.csproj b/AYA.SlnSynor/AYA.SlnSynor/AYA.SlnSinort.csproj index d83e8be30..60c159cd4 100644 --- a/AYA.SlnSynor/AYA.SlnSynor/AYA.SlnSinort.csproj +++ b/AYA.SlnSynor/AYA.SlnSynor/AYA.SlnSinort.csproj @@ -7679,6 +7679,7 @@ + diff --git a/AYA.SlnSynor/AYA.SlnSynor/Controllers/HomeController.cs b/AYA.SlnSynor/AYA.SlnSynor/Controllers/HomeController.cs index 8d4a96d07..2823cf4aa 100644 --- a/AYA.SlnSynor/AYA.SlnSynor/Controllers/HomeController.cs +++ b/AYA.SlnSynor/AYA.SlnSynor/Controllers/HomeController.cs @@ -18,6 +18,9 @@ namespace AYA.SlnSinort.Controllers { return View(); } - + public ActionResult Proyecto_Normativo() + { + return View(); + } } } \ No newline at end of file diff --git a/AYA.SlnSynor/AYA.SlnSynor/Controllers/PropuestaNormativaController.cs b/AYA.SlnSynor/AYA.SlnSynor/Controllers/PropuestaNormativaController.cs index 3de998717..528c54bd0 100644 --- a/AYA.SlnSynor/AYA.SlnSynor/Controllers/PropuestaNormativaController.cs +++ b/AYA.SlnSynor/AYA.SlnSynor/Controllers/PropuestaNormativaController.cs @@ -19,5 +19,10 @@ namespace AYA.SlnSinort.Controllers.PropuestaNormativa InitControllers(); return View(); } + public ActionResult Foro() + { + InitControllers(); + return View(); + } } } \ No newline at end of file diff --git a/AYA.SlnSynor/AYA.SlnSynor/Scripts/_references.js b/AYA.SlnSynor/AYA.SlnSynor/Scripts/_references.js index 3632c904f..c09327923 100644 Binary files a/AYA.SlnSynor/AYA.SlnSynor/Scripts/_references.js and b/AYA.SlnSynor/AYA.SlnSynor/Scripts/_references.js differ diff --git a/AYA.SlnSynor/AYA.SlnSynor/Sinort-Scripts/PropuestaNormativa/Foro.js b/AYA.SlnSynor/AYA.SlnSynor/Sinort-Scripts/PropuestaNormativa/Foro.js new file mode 100644 index 000000000..5f282702b --- /dev/null +++ b/AYA.SlnSynor/AYA.SlnSynor/Sinort-Scripts/PropuestaNormativa/Foro.js @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/AYA.SlnSynor/AYA.SlnSynor/Sinort-Scripts/Rol.js b/AYA.SlnSynor/AYA.SlnSynor/Sinort-Scripts/Rol.js index e21e7b227..ef374e7fb 100644 --- a/AYA.SlnSynor/AYA.SlnSynor/Sinort-Scripts/Rol.js +++ b/AYA.SlnSynor/AYA.SlnSynor/Sinort-Scripts/Rol.js @@ -324,9 +324,14 @@ this.MostarUsuario = function (data) { var repetido = false; var stateIcon = $("#ucItemsIcon").html(); + stateIcon = replaceAll("[$icon]", "fa-check-circle", stateIcon); stateIcon = replaceAll("[$state_color]", "muted", stateIcon); + + + + var data1 = GridRolesUsuarios .rows() @@ -441,8 +446,9 @@ this.GuardarRolesUsuarios = function () { ListaRolesUsuarios: ArrayRolesUsuarios }; - AjaxPostData(uri, model, true, true, CompletarAccionUsuario(IdRoles), null, null); - + AjaxPostData(uri, model, false, true, null, null, null); + CargarUsuarios(IdRoles); + ENDREQUEST(); } @@ -450,6 +456,7 @@ this.LimpiarUsuario = function(){ $('#txtUsuario').val(''); } this.HabilitarUsuario = function (id, value) { + GridRolesUsuarios = $('#GridRolesUsuarios').DataTable(); var msg = '¿Está seguro que desea habilitar el usuario?'; @@ -465,7 +472,7 @@ this.HabilitarUsuario = function (id, value) { if (!confirm(msg)) { return; } var ArrayRolesUsuarios = []; - GridRolesUsuarios = $('#GridRolesUsuarios').DataTable(); + RolesUsuarios = { IdRolesUsuario: id, @@ -481,12 +488,9 @@ this.HabilitarUsuario = function (id, value) { } var uri = CatalogosWCF + '/api/InsertarActualizarRolesUsuario'; - AjaxPostData(uri, model, true, true, CompletarAccionUsuario(id), null, null); - -} - -this.CompletarAccionUsuario = function (id) { - - CargarUsuarios(id); + AjaxPostData(uri, model, false, true, null, null, null); + CargarUsuarios($('#hiddenIdRol').val()); ENDREQUEST(); + } + diff --git a/AYA.SlnSynor/AYA.SlnSynor/Sinort-Scripts/Usuario.js b/AYA.SlnSynor/AYA.SlnSynor/Sinort-Scripts/Usuario.js index 367780a74..32c11fe20 100644 --- a/AYA.SlnSynor/AYA.SlnSynor/Sinort-Scripts/Usuario.js +++ b/AYA.SlnSynor/AYA.SlnSynor/Sinort-Scripts/Usuario.js @@ -3,6 +3,14 @@ var Item = {}; jQuery(document).ready(function () { CargarUsuario(); }); +this.ActualizarUsuario = function () { + + var uri = CatalogosWCF + '/api/ObtenerUsuariosAyA'; + AjaxPostData(uri, Item, true, false, null, null, null); + +} + + this.CargarUsuario = function () { @@ -27,25 +35,5 @@ this.CargarTablaUsuario = function (data) { ENDREQUEST(); - //if (data != null) { - // lista = data; - - // var columnDefinition = [ - // { "data": "IdUsuario" }, - // { "data": "UsuarioSistema" }, - // { "data": "NombreUsuario" }, - // { "data": "EmailUsuario" } - - // ]; - - // $('#tableUsuario').TableInit(1, true, true, true, true, columnDefinition, lista); - - // if ($.fn.DataTable.isDataTable('#tableUsuario')) { - - // $('#tableUsuario').DataTable().search('').draw(); - - // ENDREQUEST(); - // } - //} } diff --git a/AYA.SlnSynor/AYA.SlnSynor/Views/Catalogos/Aplicacion.cshtml b/AYA.SlnSynor/AYA.SlnSynor/Views/Catalogos/Aplicacion.cshtml index c1d721038..b27b2d6bd 100644 --- a/AYA.SlnSynor/AYA.SlnSynor/Views/Catalogos/Aplicacion.cshtml +++ b/AYA.SlnSynor/AYA.SlnSynor/Views/Catalogos/Aplicacion.cshtml @@ -8,7 +8,7 @@ Aplicación - + @**@ @@ -94,7 +94,7 @@ - + @**@ @Scripts.Render("~/Sinort-Scripts/Aplicacion.js") diff --git a/AYA.SlnSynor/AYA.SlnSynor/Views/Catalogos/EmisorPN.cshtml b/AYA.SlnSynor/AYA.SlnSynor/Views/Catalogos/EmisorPN.cshtml index 2f33c3b2a..564be786b 100644 --- a/AYA.SlnSynor/AYA.SlnSynor/Views/Catalogos/EmisorPN.cshtml +++ b/AYA.SlnSynor/AYA.SlnSynor/Views/Catalogos/EmisorPN.cshtml @@ -7,9 +7,11 @@ Emisor - + @**@ + + @@ -92,7 +94,7 @@ - + @**@ @Scripts.Render("~/Sinort-Scripts/EmisorPN.js") diff --git a/AYA.SlnSynor/AYA.SlnSynor/Views/Catalogos/Rol.cshtml b/AYA.SlnSynor/AYA.SlnSynor/Views/Catalogos/Rol.cshtml index df768424e..49c38c3fb 100644 --- a/AYA.SlnSynor/AYA.SlnSynor/Views/Catalogos/Rol.cshtml +++ b/AYA.SlnSynor/AYA.SlnSynor/Views/Catalogos/Rol.cshtml @@ -7,7 +7,7 @@ Rol - + @**@ @@ -103,7 +103,7 @@ - + @**@ @@ -117,10 +117,10 @@ - IDROLES - ID + + Descripción - + Acción @@ -169,8 +169,8 @@ - IDROLES - ID + + Usuario Nombre diff --git a/AYA.SlnSynor/AYA.SlnSynor/Views/Catalogos/Usuario.cshtml b/AYA.SlnSynor/AYA.SlnSynor/Views/Catalogos/Usuario.cshtml index 6624ed527..3564c5c5b 100644 --- a/AYA.SlnSynor/AYA.SlnSynor/Views/Catalogos/Usuario.cshtml +++ b/AYA.SlnSynor/AYA.SlnSynor/Views/Catalogos/Usuario.cshtml @@ -8,13 +8,14 @@ Usuario - + @**@ - - Actualizar + + Actualizar @@ -42,7 +43,7 @@ - + @**@ @Scripts.Render("~/Sinort-Scripts/Usuario.js") diff --git a/AYA.SlnSynor/AYA.SlnSynor/Views/Home/Index.cshtml b/AYA.SlnSynor/AYA.SlnSynor/Views/Home/Index.cshtml index d5f57fb0b..edc2d5eed 100644 --- a/AYA.SlnSynor/AYA.SlnSynor/Views/Home/Index.cshtml +++ b/AYA.SlnSynor/AYA.SlnSynor/Views/Home/Index.cshtml @@ -14,10 +14,10 @@ - + -