history records for a show have times validated within show range.

This commit is contained in:
Naomi Aro 2013-08-30 00:43:43 -04:00
parent 5a8957273f
commit 15e27f8166
6 changed files with 89 additions and 46 deletions

View file

@ -3,6 +3,15 @@
<dl class="zend_form">
<?php $formErrors = $form->getErrorMessages() ?>
<?php if (count($formErrors) > 0) : ?>
<ul class='errors'>
<?php foreach ($formErrors as $error): ?>
<li><?php echo $error; ?></li>
<?php endforeach; ?>
</ul>
<?php endif; ?>
<?php $name = "his_item_id"; ?>
<dd id="<?php echo $name;?>-element">
<?php echo $form->getElement($name); ?>