UI
authorivan <ivan>
Wed, 16 Jul 2003 16:05:43 +0000 (16:05 +0000)
committerivan <ivan>
Wed, 16 Jul 2003 16:05:43 +0000 (16:05 +0000)
httemplate/search/cust_pay.cgi

index 0f7b7b7..e4dba01 100755 (executable)
@@ -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>