X-Git-Url: https://git.llucax.com/mecon/samurai.git/blobdiff_plain/35dc97263ea8ab3af79406a00b8896e55c93d9b3..14e2988c3bc7f1aaff41cd3b502e03ffa8daff89:/sistema/www/perfiles/perfiles-abm.php diff --git a/sistema/www/perfiles/perfiles-abm.php b/sistema/www/perfiles/perfiles-abm.php index b770d57..badc3b2 100644 --- a/sistema/www/perfiles/perfiles-abm.php +++ b/sistema/www/perfiles/perfiles-abm.php @@ -181,7 +181,7 @@ //DIBUJO LA PAGINA {{{ $imagen = new HTML_Image('/MECON/images/vinetas_flecha_doble.gif'); $row = array ($imagen->toHtml().' SISTEMA: '.$SISTEMA->getNombre().''); - $TABLA3 = new Tabla ('cellspacing=0'); + $TABLA3 = new MECON_HTML_Tabla ('cellspacing=0'); $TABLA3->addRow($row,'align=left'); $MARCO->addTitle('ABM Perfil');