]> git.llucax.com Git - mecon/samurai.git/blobdiff - sistema/www/usuarios/usuarios.php
Se corrige bug.
[mecon/samurai.git] / sistema / www / usuarios / usuarios.php
index 2b4c4f46ec7456081b16e60586b2181ceac182d7..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;">';
@@ -43,16 +43,16 @@ if (!@$_SESSION['samurai']['id_sistema'] || !@$_SESSION['samurai']['login']) {
 }
 // }}}   
 //CREO LOS OBJETOS NECESARIOS {{{
-    $TABLA2 = new Tabla ('cellspacing=0');
-    $TABLA  = new Tabla ('cellpadding=2');
-    $TABLA3 = new Tabla ('cellspacing=0');
+    $TABLA2 = new MECON_HTML_Tabla ('cellspacing=0');
+    $TABLA  = new MECON_HTML_Tabla ('cellpadding=2');
+    $TABLA3 = new MECON_HTML_Tabla ('cellspacing=0');
     $SISTEMA = new SAMURAI_Sistema($DB, $_SESSION['samurai']['id_sistema']);
 // }}}
 //OBTENGO LA INFORMACION DE LA BASE {{{
     $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');