]> git.llucax.com Git - mecon/intranet.git/blobdiff - sistema/www/servicios/agenda/agenda1.php
Estandarizacion de nombres de clases. Adaptacion de Tabla a MECON_HTML_Tabla.
[mecon/intranet.git] / sistema / www / servicios / agenda / agenda1.php
index f5e30aff27d22b0c85bf9189c371cb7bb84dfacd..4fc70035a3a8c493de18102e91b7d0d78dd73a98 100644 (file)
@@ -44,7 +44,7 @@ if (DB::isError($DB)) {
 }
 //}}}
 //CREO LOS OBJETOS NECESARIOS {{{
-$TABLAFORM = new Tabla ('width="500"', 'servicio');
+$TABLAFORM = new MECON_HTML_Tabla ('width="500"', 'servicio');
 $MARCO     = new HTML_DietMarco('servicios');
 $FORM      = new MECON_HTML_QuickForm('agenda', 'post', 'agenda2', '', array ('onSubmit' => "return validar(this)", 'action' => ''));
 $FORM->renderer->setTable($TABLAFORM);