|
|
@@ -204,8 +204,7 @@ foreach ($form->getElements() as $element) {
|
|
|
$element->getDecorator('label')->setOption('tag', null);
|
|
|
}
|
|
|
?>
|
|
|
-<form method="<?php echo $form->getMethod() ?>" action="<?php echo
|
|
|
- $form->getAction()?>">
|
|
|
+<?php echo $form->renderForm(false); ?>
|
|
|
<div class="element">
|
|
|
<?php echo $form->title->renderLabel()
|
|
|
. $form->title->renderViewHelper() ?>
|