# FIXME - deberia sacarlo del QuickForm
#$this->_prepend = $form->getFormStart();
$attrs = $form->getAttributesString();
# FIXME - deberia sacarlo del QuickForm
#$this->_prepend = $form->getFormStart();
$attrs = $form->getAttributesString();
if (!empty($form->_required) && !$form->_freezeAll) {
$id = $this->_tabla->addRow(
array($form->getRequiredNote()),
if (!empty($form->_required) && !$form->_freezeAll) {
$id = $this->_tabla->addRow(
array($form->getRequiredNote()),
$this->_script = strval($form->getValidationScript());
# FIXME - deberia sacarlo del QuickForm
#$this->_append = $form->getFormEnd();
$this->_script = strval($form->getValidationScript());
# FIXME - deberia sacarlo del QuickForm
#$this->_append = $form->getFormEnd();
$name = $header->getName();
$this->_tabla->addRow(
array($header->toHtml()),
$name = $header->getName();
$this->_tabla->addRow(
array($header->toHtml()),
- $element->getLabel() . ($required ? '<FONT color="red">*</FONT>' : ''),
- $element->toHtml() . ($error ? "<BR><FONT color=\"red\">$error</FONT>" : ''),
+ $element->getLabel() . ($required ? '<font color="red">*</FONT>' : ''),
+ $element->toHtml() . ($error ? "<br><font color=\"red\">$error</FONT>" : ''),
)
);
$this->_tabla->updateCellAttributes($id, 0, array('titulo' => true, 'align' => 'left'));
)
);
$this->_tabla->updateCellAttributes($id, 0, array('titulo' => true, 'align' => 'left'));