]> git.llucax.com Git - mecon/intranet.git/blobdiff - sistema/www/servicios/agenda/agenda1.php
Cambios Intranet por todos Lados
[mecon/intranet.git] / sistema / www / servicios / agenda / agenda1.php
index d4701a53789ec65e02c988bdf620f253f4e6e428..832ec3ac42c194e218f1720fbb4b4b5a5eb13868 100644 (file)
@@ -42,7 +42,7 @@ if (DB::isError($DB)) {
 //}}}
 //CREO LOS OBJETOS NECESARIOS {{{
 $TABLAFORM = new MECON_HTML_Tabla ('width="500"', 'servicio');
-$MARCO     = new HTML_DietMarco('servicios');
+$MARCO     = new HTML_DietMarco('servicios', 'Servicios');
 $FORM      = new MECON_HTML_QuickForm('agenda', 'post', 'agenda2', '', array ('onSubmit' => "return validar(this)", 'action' => ''));
 $FORM->renderer->setTable($TABLAFORM);
 $TABLA     = new HTML_Table('width="760" border="0" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF"');