Skip to content

Commit

Permalink
fix html error and placing of calendar ui selection
Browse files Browse the repository at this point in the history
  • Loading branch information
sunsetsystems committed Jul 20, 2009
1 parent 2b67438 commit aa22c18
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions interface/usergroup/usergroup_admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -203,10 +203,11 @@
<td><span class="text"><?php xl('NPI','e'); ?>: </span></td><td><input type="entry" name="npi" size="20"></td>
<td><span class="text"><?php xl('Job Description','e'); ?>: </span></td><td><input type="entry" name="specialty" size="20"></td>
</tr>
<td><span class="text"><?php xl('Taxonomy','e'); ?>: </span></td>
<td><input type="entry" name="taxonomy" size="20" value="207Q00000X"></td>

<!-- (CHEMED) Calendar UI preference -->
<tr>
<td><span class="text"><?php xl('Taxonomy','e'); ?>: </span></td>
<td><input type="entry" name="taxonomy" size="20" value="207Q00000X"></td>
<td><span class="text"><?php xl('Calendar UI','e'); ?>: </span></td><td><select name="cal_ui">
<?php
foreach (array(1 => xl('Default'), 2 => xl('Fancy'), 3 => xl('Outlook')) as $key => $value)
Expand Down

0 comments on commit aa22c18

Please sign in to comment.