diff options
author | ivan <ivan> | 2003-07-16 16:05:44 +0000 |
---|---|---|
committer | ivan <ivan> | 2003-07-16 16:05:44 +0000 |
commit | 6ed11b53f22ab61276ab4a3f91731f53e65289e5 (patch) | |
tree | 85d1df4e43f3d95566c231be52877e5716568cad | |
parent | bbf1007026670f3f83813b1a349488a773ea41a0 (diff) |
UI
-rwxr-xr-x | httemplate/search/cust_pay.cgi | 6 |
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> </TD><TH>Total<BR>Amount</TH></TR> - <TR><TD><TD ALIGN="right">\$$tot_amount</TD></TR> + <TR> + <TH>Total Amount</TH> + <TD ALIGN="right">\$$tot_amount</TD> + </TR> </TABLE> </BODY> </HTML> |