aca7cb4a by Kevin Burton

Band end, added 3 digits for CE Hours

1 parent 3dceaa71
......@@ -58,7 +58,7 @@
<th>Activity Type:</th>
<td><select style="width:120px;" name="subtype" class="subtype" id="subtype"><option value="none" <?php echo ($subtype=="") ? "selected" : ""?>>Non Specific</option><option value="event" <?php echo ($subtype=="event") ? "selected" : ""?>>External Event</option><option value="lump" <?php echo ($subtype=="lump") ? "selected" : ""?>>Lump Sum</option><option value="compliance" <?php echo ($subtype=="compliance") ? "selected" : ""?>>Compliance</option></select></td>
<th>Hours:</th>
<td style="width:50px;"><input type="text" name="hours" style="width:30px;" maxlength="2" value="<?php echo $hours;?>" /></td>
<td style="width:50px;"><input type="text" name="hours" style="width:34px;" maxlength="3" value="<?php echo $hours;?>" /></td>
</tr>
<tr class="activity_row bottom-border-td">
<th colspan="7" style="text-align:left;"><label style="padding-right:10px;">Activity:</label><input type="text" name="activity" style="width:450px;" value="<?php echo $activity;?>" /></th>
......