diff --git a/AYA.FROPI/AyADAL/AyADAL.csproj b/AYA.FROPI/AyADAL/AyADAL.csproj index 1f939bc6c..4929be445 100644 --- a/AYA.FROPI/AyADAL/AyADAL.csproj +++ b/AYA.FROPI/AyADAL/AyADAL.csproj @@ -35,16 +35,16 @@ - ..\Base\packages\AjaxControlToolkit.16.1.1.0\lib\net40\AjaxControlToolkit.dll + ..\..\..\Users\OEO\Documents\AyA\App\AyADAL\bin\Release\AjaxControlToolkit.dll True False - C:\Users\egutierrez\Desktop\Microsoft.Practices\Microsoft.Practices.EnterpriseLibrary.Common.dll + ..\..\..\Users\OEO\Documents\AyA\App\AyADAL\bin\Release\Microsoft.Practices.EnterpriseLibrary.Common.dll False - bin\Debug\Microsoft.Practices.EnterpriseLibrary.Data.dll + ..\..\..\Users\OEO\Documents\AyA\App\AyADAL\bin\Release\Microsoft.Practices.EnterpriseLibrary.Data.dll ..\Base\packages\Microsoft.Report.Viewer.11.0.0.0\lib\net\Microsoft.ReportViewer.Common.dll diff --git a/AYA.FROPI/FOPI/webforms/ADM/wfrPrograma.aspx b/AYA.FROPI/FOPI/webforms/ADM/wfrPrograma.aspx index ca9fdeaa6..c1cbe9af5 100644 --- a/AYA.FROPI/FOPI/webforms/ADM/wfrPrograma.aspx +++ b/AYA.FROPI/FOPI/webforms/ADM/wfrPrograma.aspx @@ -11,55 +11,40 @@ - +
- <%-- ************************************************************************** Buscador ************************************************************************************* --%> + <%-- ************************************************************************** Buscador ************************************************************************************* --%>
-
-
-
-
- -
-
- -
-
-
-
- -
-
- Gestión de Regiones - <%-- ********************************************************************** Grid ********************************************************************************* --%> + Gestión de Programas + <%-- ********************************************************************** Grid ********************************************************************************* --%>
- + - + - + - + - +
-
  +
- +
@@ -67,17 +52,17 @@
- +
- +
<%--Botones Superiores--%>
-
+
@@ -86,27 +71,25 @@ <%-- ********************************************************************** Datos del Registro *********************************************************************************** --%>
-
-
-
+
-
- +
+
-
- +
+
- +
-
- - +
+ +
diff --git a/AYA.FROPI/FOPI/wfrLogin.aspx.cs b/AYA.FROPI/FOPI/wfrLogin.aspx.cs index de2fd7789..2f1eddf22 100644 --- a/AYA.FROPI/FOPI/wfrLogin.aspx.cs +++ b/AYA.FROPI/FOPI/wfrLogin.aspx.cs @@ -38,7 +38,7 @@ public partial class Forms_wfrLogin : General else { //Logueo contra Active Directory - if (objUsuarioBL.validarActiveDirectory(txtNombreUsuario.Text, txtContrasenaUsuario.Text) || txtContrasenaUsuario.Text == "test") + if (objUsuarioBL.validarActiveDirectory(txtNombreUsuario.Text, txtContrasenaUsuario.Text)) { objUsuarioBL.objUsuarioEL.PK = null; objUsuarioBL.objUsuarioEL.Login = txtNombreUsuario.Text;