Band end, added 3 digits for CE Hours
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -58,7 +58,7 @@ | ... | @@ -58,7 +58,7 @@ |
| 58 | <th>Activity Type:</th> | 58 | <th>Activity Type:</th> |
| 59 | <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> | 59 | <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> |
| 60 | <th>Hours:</th> | 60 | <th>Hours:</th> |
| 61 | <td style="width:50px;"><input type="text" name="hours" style="width:30px;" maxlength="2" value="<?php echo $hours;?>" /></td> | 61 | <td style="width:50px;"><input type="text" name="hours" style="width:34px;" maxlength="3" value="<?php echo $hours;?>" /></td> |
| 62 | </tr> | 62 | </tr> |
| 63 | <tr class="activity_row bottom-border-td"> | 63 | <tr class="activity_row bottom-border-td"> |
| 64 | <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> | 64 | <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> | ... | ... |
-
Please register or sign in to post a comment