change default text to "No Show"

This commit is contained in:
Naomi Aro 2013-08-30 01:30:23 -04:00
parent 53c326b320
commit 0e017374b7
1 changed files with 3 additions and 1 deletions

View File

@ -45,7 +45,9 @@
<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>
<select id="his_instance_select">
<option value="0"><?php echo _("No Show") ?></option>
</select>
<button class="btn" type="button" id="his_instance_retrieve"><?php echo _("Find") ?></button>
</div>
</dd>