Go to the documentation of this file.00001 <?php
00002 if ($form->hasErrors()) {
00003 echo debug::trace($form->getErrors());
00004 }
00005 ?>
00006 <?php echo $form; ?><br />
00007 <a href="<?php echo $indexPage; ?>"><?php tr::__('scaffold_back', 1) ?></a>