]> git.llucax.com Git - mecon/samurai.git/blobdiff - sistema/www/perfiles/perfiles-nuevo.php
Estandarizacion de nombres de clases. Adaptacion de Tabla a MECON_HTML_Tabla.
[mecon/samurai.git] / sistema / www / perfiles / perfiles-nuevo.php
index 770eaa2fd00976d0da8aa647eecb8cef95bc1b10..a88f369d37a57b0df36a680404a7e493c896537c 100644 (file)
                 }
             }
             if (PEAR::isError($res)) {
-                $TABLA = new Tabla ('cellspacing=0');
+                $TABLA = new MECON_HTML_Tabla ('cellspacing=0');
                 $row = array ('<font color="red"><b>'.$res->getMessage().'</b></font>');
                 $TABLA->addRow($row,'align=left');
             }
 // }}}
 //MUESTRO LA PAGINA {{{
 //AGREGO LOS DATOS A LAS TABLAS {{{
-    $TABLA3 = new Tabla ('cellspacing=0');
+    $TABLA3 = new MECON_HTML_Tabla ('cellspacing=0');
     $imagen = new HTML_Image('/MECON/images/vinetas_flecha_doble.gif');
     $row    = array ($imagen->toHtml().'&nbsp;<b>SISTEMA: '.$SISTEMA->getNombre().'</b>');
     $TABLA3->addRow($row,'align=left');