summaryrefslogtreecommitdiff
path: root/httemplate/misc
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2016-02-25 12:02:55 -0600
committerJonathan Prykop <jonathan@freeside.biz>2016-02-25 12:02:55 -0600
commitc6aa53fee07cd6f1588dee72b0bb7ad54edb83d9 (patch)
treea451df6a8171802b546cc30bd5955c2c30579182 /httemplate/misc
parent587e9bff0bdfe58b69d9f87074514cb299eeaa5c (diff)
RT#30600: Auto Apply for CC payments [colspan fix]
Diffstat (limited to 'httemplate/misc')
-rw-r--r--httemplate/misc/payment.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/payment.cgi b/httemplate/misc/payment.cgi
index f30e4098e..a3db58f72 100644
--- a/httemplate/misc/payment.cgi
+++ b/httemplate/misc/payment.cgi
@@ -60,7 +60,7 @@
<TR ID="apply_box_row">
<TH ALIGN="right"><% mt('Auto-apply to invoices') |h %></TH>
- <TD COLSPAN=2>
+ <TD>
<SELECT NAME="apply" ID="apply_box">
<OPTION VALUE="yes" SELECTED><% mt('yes') |h %></OPTION>
<OPTION VALUE=""><% mt('not now') |h %></OPTION>