diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2016-02-25 12:02:55 -0600 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2016-02-25 12:04:51 -0600 |
commit | 05aed8f2f0c80f407c6828df8316335638d9dbb6 (patch) | |
tree | 79cd4ba1820f9c61229a9cff95b9570e239d225d /httemplate/misc | |
parent | c790ded0e7c4724048ab103532946ae8a66befd4 (diff) |
RT#30600: Auto Apply for CC payments [colspan fix]
Diffstat (limited to 'httemplate/misc')
-rw-r--r-- | httemplate/misc/payment.cgi | 2 |
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> |