removing choice for show instance if in shows tab.

This commit is contained in:
Naomi Aro 2013-08-29 18:52:40 -04:00
parent 0f0958ee6b
commit 5a8957273f
2 changed files with 27 additions and 8 deletions

View file

@ -31,12 +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 id="his_choose_instance">
<div>
<label for="<?php echo $name;?>"><?php echo _("Choose Show Instance") ?></label>
</div>
<div>
<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>
</div>
</dd>
<?php foreach ($form->getSubForm('his_item_template') as $index=>$el): ?>