Skip to content

Commit

Permalink
cosmetic fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sunsetsystems committed Aug 24, 2006
1 parent 0eac008 commit 3847795
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion interface/drugs/drug_inventory.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ function doiclick(id, lot) {
"<a href='' onclick='return false'>Add</a></td>\n";
} else {
echo " <tr class='detail' bgcolor='$bgcolor'>\n";
echo " <td colspan='7'>&nbsp;</td>\n";
echo " <td colspan='6'>&nbsp;</td>\n";
}
if ($row['lot_number']) {
$lot_number = htmlentities($row['lot_number']);
Expand Down
12 changes: 6 additions & 6 deletions interface/patient_file/history/encounters.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ function toencounter(enc) {

<table width="100%">
<tr>
<td><span class='bold'><? xl('Date','e'); ?></span></td>
<td><span class='bold'><? xl('Provider','e'); ?></span></td>
<td><span class='bold'><? xl('Reason/Form','e'); ?></span></td>
<td><span class='bold'><? xl('Issue','e'); ?></span></td>
<td><span class='bold'><? echo ($GLOBALS['phone_country_code'] == '1') ? 'Billing' : 'Coding' ?></span></td>
<td><span class='bold'><? xl('Insurance','e'); ?></span></td>
<td><span class='bold'><?php xl('Date','e'); ?></span></td>
<td><span class='bold'><?php xl('Provider','e'); ?></span></td>
<td><span class='bold'><?php xl('Reason/Form','e'); ?></span></td>
<td><span class='bold'><?php xl('Issue','e'); ?></span></td>
<td><span class='bold'><?php echo ($GLOBALS['phone_country_code'] == '1') ? 'Billing' : 'Coding' ?></span></td>
<td><span class='bold'><?php xl(($GLOBALS['weight_loss_clinic'] ? 'Payment' : 'Insurance'),'e'); ?></span></td>
</tr>

<?
Expand Down
3 changes: 2 additions & 1 deletion templates/prescription/general_edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@
<td COLSPAN="1" ALIGN="LEFT" VALIGN="MIDDLE" >Refills</td>
<td COLSPAN="2" ALIGN="LEFT" VALIGN="MIDDLE" >
{html_options name="refills" options=$prescription->refills_array selected=$prescription->refills}
of <input TYPE="TEXT" ID="per_refill" NAME="per_refill" SIZE="2" MAXLENGTH="10" VALUE="{$prescription->per_refill}"/> units each</td>
&nbsp; &nbsp; # of tablets:
<input TYPE="TEXT" ID="per_refill" NAME="per_refill" SIZE="2" MAXLENGTH="10" VALUE="{$prescription->per_refill}"/></td>
</tr>
<tr>
<td COLSPAN="1" ALIGN="LEFT" VALIGN="MIDDLE" >Substitution</td>
Expand Down

0 comments on commit 3847795

Please sign in to comment.