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);
//}}}
$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)){
$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);
//}}}
$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)){
$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);
//}}}
$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)){
$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);
//}}}
$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)){