-------------------------------------------------------------------------------
$Id$
-----------------------------------------------------------------------------*/
+
+require_once 'MECON/general.php';
+prepend_include_path('/home/mmarrese/public_html/meconlib/lib/');
+
//REQUIRE ONCE {{{
-require_once '/home/mmarrese/public_html/intranet/sistema/local_lib/Servicios/Agenda.php';
-//require_once '../../../local_lib/Servicios/Agenda.php';
+require_once '../../../local_lib/Servicios/Agenda.php';
require_once 'HTML/Table.php';
+require_once 'MECON/HTML/Tabla.php';
require_once '../../../local_lib/HTML_DietMarco.php';
require_once 'MECON/HTML/QuickForm.php';
require_once 'HTML/Image.php';
}
//}}}
//CREO LOS OBJETOS NECESARIOS {{{
+$TABLAFORM = new 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);
$TABLA = new HTML_Table('width="760" border="0" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF"');
$IMG1 = new HTML_Image('../../images/servicios_agenda_lupa.gif');
$IMG2 = new HTML_Image('../../images/servicios_agenda_mail.gif');
//}}}
//ACOMODO EL FORM {{{
$MARCO->addStyleSheet(PATH_RAIZ.'css/servicios_agenda.css'); //EL PROBLEMA QUE ESTO LO NECESITO PARA QUE FUNCIONE EL RENDERER NUEVO
-$FORM->setRenderer('MECON_HTML_QuickForm_Renderer_Tabla_Servicios');
-$FORM->setRendererOpts('width="500"');
//}}}
//ARMO LA TABLA {{{
$TABLA->addRow(array($LINK_1->toHtml(), $LINK_2->toHtml(), $TELECO->toHtml()));