]> git.llucax.com Git - mecon/samurai.git/blobdiff - sistema/www/sistemas/sistemas-permisos-abm.php
Estandarizacion de nombres de clases. Adaptacion de Tabla a MECON_HTML_Tabla.
[mecon/samurai.git] / sistema / www / sistemas / sistemas-permisos-abm.php
index 693a2bd5bdb970eee8ba2a1e692093cb2369e12f..d8eb622608879e79e630675e32fbda7d470e6f9e 100644 (file)
@@ -43,7 +43,7 @@
 // }}}
 //CREO LOS OBJETO NECESARIOS {{{
     $SISTEMA   = new SAMURAI_Sistema ($DB, $idSistema);
-    $TABLASIST = new Tabla ('cellpadding=2');
+    $TABLASIST = new MECON_HTML_Tabla ('cellpadding=2');
     $SISTEMA->setResponsable($_SESSION['samurai']['login']);
     $FORM = new MECON_HTML_QuickForm ('sistemas_permisos_abm','post','sistemas-permisos-abm');
 // }}}