]> git.llucax.com Git - mecon/samurai.git/commitdiff
Modifique la imagen general_ir4 por general_ir
authorMartín Marrese <marrese@gmail.com>
Mon, 8 Mar 2004 20:53:04 +0000 (20:53 +0000)
committerMartín Marrese <marrese@gmail.com>
Mon, 8 Mar 2004 20:53:04 +0000 (20:53 +0000)
sistema/www/consultas/usuarios.php
sistema/www/sistemas/sistemas.php

index 2036587ec88ca907031fa4f9ee2b1dbd356e3938..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);
     //}}}
 
@@ -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);
     //}}}
 
@@ -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);
     //}}}
 
@@ -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);
     //}}}
 
index 0485b1aafe803bbcd38829811b92ab77f7c1dda3..8c965335aebf37c1319330ab301a36a6a3926ee7 100644 (file)
@@ -33,7 +33,7 @@ $MARCO =& new MECON_Marco ('/var/www/sistemas/samurai/sistema/conf/confSecciones
     $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');    
@@ -43,7 +43,7 @@ $MARCO =& new MECON_Marco ('/var/www/sistemas/samurai/sistema/conf/confSecciones
     $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"');