summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-07-01 00:59:54 -0700
committerIvan Kohler <ivan@freeside.biz>2015-07-01 00:59:54 -0700
commitcbded596b87f700c427f7be3e746a90c561456c4 (patch)
treea2b1eeee1fbee395d25c78e5aeda20f761d55e67 /httemplate
parent8d55656422c32ad9ceff59229002978554b847c4 (diff)
3.x UI consistence
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/view/cust_main/billing.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/view/cust_main/billing.html b/httemplate/view/cust_main/billing.html
index 01e7654d1..0a79ee50c 100644
--- a/httemplate/view/cust_main/billing.html
+++ b/httemplate/view/cust_main/billing.html
@@ -78,8 +78,8 @@
% }
<TR>
- <TH ALIGN="right"><% emt( ucfirst($freq_pretty). ' recurring' ) %></TH>
- <TD><% $money_char. sprintf('%.2f', $amount) %></TD>
+ <TD ALIGN="right"><% emt( ucfirst($freq_pretty). ' recurring' ) %></TD>
+ <TD BGCOLOR="#ffffff"><% $money_char. sprintf('%.2f', $amount) %></TD>
</TD>
</TR>
% }