starting association of a show instance.

This commit is contained in:
Naomi 2013-08-29 17:40:08 -04:00
parent f97069bd0b
commit d50cdd16c2
4 changed files with 57 additions and 3 deletions

View file

@ -31,6 +31,14 @@
</dd>
<?php endforeach;?>
<dt>
<label for="<?php echo $name;?>"><?php echo _("Choose Show Instance") ?></label>
</dt>
<dd>
<select id="his_instance_select"><option value="0"><?php echo "----------" ?><option></select>
<button class="btn" type="button" id="his_instance_retrieve"><?php echo _("Find") ?></button>
</dd>
<?php foreach ($form->getSubForm('his_item_template') as $index=>$el): ?>
<?php $name = $el->getName(); ?>