$f_group =& $FORM->addGroup($group,'botones', '', ', ');
if ($accion == 'Eliminar') {
+ $f_aceptar->updateAttributes(array ('onClick' => 'javascript:if (confirm(\'¿Esta Seguro?\')) return true;return false;'));
$FORM->freeze();
}
// }}}
}
// }}}
//DIBUJO LA PAGINA {{{
- $MARCO = new Marco ('../../conf/confSecciones.php');
$MARCO->addBody($TABLASIST);
$MARCO->addBody('<BR>');
if (@$ERROR) {