]> git.llucax.com Git - mecon/samurai.git/blobdiff - sistema/www/usuarios/usuarios.php
Se actualizan los nuevos nombres de MECON_HTML_Image y MECON_HTML_Link
[mecon/samurai.git] / sistema / www / usuarios / usuarios.php
index 866a8b31bc236f84fe88b66b4348b01ed0dc70b4..410ee6d9b7d198bfbcb401c220847b8c13047645 100644 (file)
@@ -29,7 +29,7 @@
     require_once 'MECON/HTML/Tabla.php';
     require_once 'SAMURAI/Usuario.php';
     require_once 'SAMURAI/Sistema.php';
-    require_once 'HTML/Image.php';
+    require_once 'MECON/HTML/Image.php';
 // }}}
 //LINKS {{{
     $aHrefPopup = '<a href="" onClick="window.open(\'usuarios-datos?login=##LOGIN##\',\'usuariosdatos\',\'height=300,width=400,scrollbars=yes\');return false;">';
@@ -52,7 +52,7 @@ if (!@$_SESSION['samurai']['id_sistema'] || !@$_SESSION['samurai']['login']) {
     $usuarios = SAMURAI_Usuario::getUsuarios($DB, $_SESSION['samurai']['id_sistema']);
 // }}}
 //AGREGO LOS DATOS A LAS TABLAS {{{
-    $imagen = new HTML_Image('/MECON/images/vinetas_flecha_doble.gif');
+    $imagen = new MECON_HTML_Image('/MECON/images/vinetas_flecha_doble.gif');
     $row    = array ($imagen->toHtml().'&nbsp;<b>SISTEMA: '.$SISTEMA->getNombre().'</b>');
     $TABLA3->addRow($row,'align=left');