]> git.llucax.com Git - mecon/samurai.git/blobdiff - sistema/www/consultas/usuarios.php
Agrego las lineas de las consultas.
[mecon/samurai.git] / sistema / www / consultas / usuarios.php
index 7f84f5472d63ff84486694861012de74d8649f52..53177977518e5b5207f5378ccd8a06469aa3471d 100644 (file)
@@ -95,7 +95,7 @@ if (@!$accion || $accion == 'filtrar') {
 elseif ($accion == 'listado') {
     //Creo los objetos necesarios {{{
         $T_USUARIOS  =& new MECON_HTML_Tabla();
-        $IMG_SEL =& new MECON_HTML_Image('/MECON/images/general_ir4.gif');
+        $IMG_SEL =& new MECON_HTML_Image('/MECON/images/general_ir.gif');
         $LINK_SEL =& new MECON_HTML_Link('usuarios', $IMG_SEL);
     //}}}
 
@@ -112,7 +112,7 @@ elseif ($accion == 'listado') {
         $T_USUARIOS->addRow(array('Login', 'Nombre', 'Dependencia', 'Sel.'), 'titulo');
         if (@count($usu)) {
             foreach ($usu as $key => $value) {
-                $u =& new MECON_Usuario(null, $key);
+                $u =& new MECON_Usuario($DB, null, $key);
                 //BUSCO EL NOMBRE DE LA DEPENDENCIA {{{
                 $depen = MECON_Dependencia::buscarPorCodigo ($DB, $u->getCodep());
                 while ($depen->fetchInto($row)){
@@ -149,7 +149,7 @@ elseif ($accion == 'info_usuario') {
         $T_USUARIO =& new MECON_HTML_Tabla();
         $T_SISTEMAS =& new MECON_HTML_Tabla();
         $IMG_SEP =& new MECON_HTML_Image('../images/linea_separacion.gif');
-        $IMG_SEL =& new MECON_HTML_Image('/MECON/images/general_ir4.gif');
+        $IMG_SEL =& new MECON_HTML_Image('/MECON/images/general_ir.gif');
         $LINK_SEL =& new MECON_HTML_Link('usuarios', $IMG_SEL);
     //}}}
 
@@ -157,7 +157,7 @@ elseif ($accion == 'info_usuario') {
         $T_USUARIO->addRow(array('Datos del Usuario'), 'colspan="3" cabecera
                 align="left"');
         $T_USUARIO->addRow(array('Login', 'Nombre', 'Dependencia'), 'titulo');
-        $u =& new MECON_Usuario(null, $login);
+        $u =& new MECON_Usuario($DB, null, $login);
         //BUSCO EL NOMBRE DE LA DEPENDENCIA {{{
         $depen = MECON_Dependencia::buscarPorCodigo ($DB, $u->getCodep());
         while ($depen->fetchInto($row)){
@@ -218,7 +218,7 @@ elseif ($accion == 'info_usuario_sistema') {
         $T_SISTEMA =& new MECON_HTML_Tabla();
         $T_PERFILES =& new MECON_HTML_Tabla('width="400"');
         $IMG_SEP =& new MECON_HTML_Image('../images/linea_separacion.gif');
-        $IMG_SEL =& new MECON_HTML_Image('/MECON/images/general_ir4.gif');
+        $IMG_SEL =& new MECON_HTML_Image('/MECON/images/general_ir.gif');
         $LINK_SEL =& new MECON_HTML_Link('usuarios', $IMG_SEL);
     //}}}
 
@@ -226,7 +226,7 @@ elseif ($accion == 'info_usuario_sistema') {
         $T_USUARIO->addRow(array('Datos del Usuario'), 'colspan="3" cabecera
                 align="left"');
         $T_USUARIO->addRow(array('Login', 'Nombre', 'Dependencia'), 'titulo');
-        $u =& new MECON_Usuario(null, $login);
+        $u =& new MECON_Usuario($DB, null, $login);
         //BUSCO EL NOMBRE DE LA DEPENDENCIA {{{
         $depen = MECON_Dependencia::buscarPorCodigo ($DB, $u->getCodep());
         while ($depen->fetchInto($row)){
@@ -302,7 +302,7 @@ elseif ($accion == 'info_usuario_sistema_perfil') {
         $T_PERFIL =& new MECON_HTML_Tabla('width="400"');
         $T_PERMISOS =& new MECON_HTML_Tabla('width="400"');
         $IMG_SEP =& new MECON_HTML_Image('../images/linea_separacion.gif');
-        $IMG_SEL =& new MECON_HTML_Image('/MECON/images/general_ir4.gif');
+        $IMG_SEL =& new MECON_HTML_Image('/MECON/images/general_ir.gif');
         $LINK_SEL =& new MECON_HTML_Link('usuarios', $IMG_SEL);
     //}}}
 
@@ -310,7 +310,7 @@ elseif ($accion == 'info_usuario_sistema_perfil') {
         $T_USUARIO->addRow(array('Datos del Usuario'), 'colspan="3" cabecera
                 align="left"');
         $T_USUARIO->addRow(array('Login', 'Nombre', 'Dependencia'), 'titulo');
-        $u =& new MECON_Usuario(null, $login);
+        $u =& new MECON_Usuario($DB, null, $login);
         //BUSCO EL NOMBRE DE LA DEPENDENCIA {{{
         $depen = MECON_Dependencia::buscarPorCodigo ($DB, $u->getCodep());
         while ($depen->fetchInto($row)){