X-Git-Url: https://git.llucax.com/mecon/intranet.git/blobdiff_plain/7e48327fd634cc173dc5df502f5f175484c2b944..e59d3170b36e5b9ccc19afcb1565faf4dcb40463:/sistema/www/servicios/agenda/agenda1.php diff --git a/sistema/www/servicios/agenda/agenda1.php b/sistema/www/servicios/agenda/agenda1.php index d4701a5..832ec3a 100644 --- a/sistema/www/servicios/agenda/agenda1.php +++ b/sistema/www/servicios/agenda/agenda1.php @@ -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"');