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_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_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_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);
//}}}
$aHref = '<a href="sistemas-abm?accion=##ACCION##&idSistema=##NUEVO##">';
$aHrefModif = $aHref.'<img src="/MECON/images/general_modificar.gif" border="0" alt="Modificar Sistema"></a>';
$aHrefElim = $aHref.'<img src="/MECON/images/general_eliminar.gif" border="0" alt="Eliminar Sistema" ></a>';
- $aHrefPerm = '<a href="sistemas-permisos?idSistema=##SISTEMA##"><img src="/MECON/images/general_ir4" border="0" alt="Definir Permisos"></a>';
+ $aHrefPerm = '<a href="sistemas-permisos?idSistema=##SISTEMA##"><img src="/MECON/images/general_ir" border="0" alt="Definir Permisos"></a>';
//VEO SI HAY QUE ELEGIR EN QUE SISTEMA TRABAJAR {{{
if (!@$_SESSION['samurai']['id_sistema']) {
header('Location: ./../sel-sistema?redirect=sistemas/sistemas');
$sistemas = SAMURAI_Sistema::getSistemas($DB);
$TABLA2 = new MECON_HTML_Tabla ('cellspacing=0');
- $row = array ('<a href="../sel-sistema.php"><img src="/MECON/images/general_ir4" border="0">Seleccionar otro sistema para trabajar</a>', $aHref.'<img src="/MECON/images/general_nuevo.gif" border="0">Ingresar Nuevo Sistema</a>');
+ $row = array ('<a href="../sel-sistema.php"><img src="/MECON/images/general_ir" border="0">Seleccionar otro sistema para trabajar</a>', $aHref.'<img src="/MECON/images/general_nuevo.gif" border="0">Ingresar Nuevo Sistema</a>');
$TABLA2->addRow($row);
$TABLA2->updateColAttributes(0,'align="left"');
$TABLA2->updateColAttributes(1,'align="right"');