new add show html.

This commit is contained in:
Naomi 2011-02-09 18:10:46 -05:00
parent eab3675c74
commit d210a36358
9 changed files with 120 additions and 64 deletions

View file

@ -10,5 +10,5 @@
</label>
<?php $i=$i+1 ?>
<?php endforeach; ?>
<?php echo $this->formErrors($this->element->getMessages()) ?>
<?php if($this->element->hasErrors()) { echo $this->formErrors($this->element->getMessages());} ?>
</dd>