summaryrefslogtreecommitdiff
path: root/httemplate/search/cust_pay.cgi
diff options
context:
space:
mode:
authorivan <ivan>2003-07-16 16:05:43 +0000
committerivan <ivan>2003-07-16 16:05:43 +0000
commite6af26844ebc727340f92cf6ecfe94d6a1110afe (patch)
tree57daac7d2139e86408daeaa88b7bbd2c97e1c40a /httemplate/search/cust_pay.cgi
parentb541a7851e891c8fb8150ba930c90600a4c68465 (diff)
UI
Diffstat (limited to 'httemplate/search/cust_pay.cgi')
-rwxr-xr-xhttemplate/search/cust_pay.cgi6
1 files changed, 4 insertions, 2 deletions
diff --git a/httemplate/search/cust_pay.cgi b/httemplate/search/cust_pay.cgi
index 0f7b7b791..e4dba01e9 100755
--- a/httemplate/search/cust_pay.cgi
+++ b/httemplate/search/cust_pay.cgi
@@ -132,8 +132,10 @@ END
$tot_amount = sprintf("%.2f", $tot_amount);
print '</TABLE><BR>'. table(). <<END;
- <TR><TD>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD><TH>Total<BR>Amount</TH></TR>
- <TR><TD><TD ALIGN="right">\$$tot_amount</TD></TR>
+ <TR>
+ <TH>Total&nbsp;Amount</TH>
+ <TD ALIGN="right">\$$tot_amount</TD>
+ </TR>
</TABLE>
</BODY>
</HTML>