summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_main/payment_history.html
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2016-03-21 18:58:01 -0500
committerJonathan Prykop <jonathan@freeside.biz>2016-03-21 18:58:01 -0500
commit0529f5fb8877948a60f7314a3b83b63eec76902c (patch)
tree89875e25913cc84bc5ce9cfab28138818b95646c /httemplate/view/cust_main/payment_history.html
parentbfb8d2494cf4a9530257d5fb7615fe6edaa4ad82 (diff)
RT#39586 Manual check refunds cannot be unapplied [better whitespace handling]
Diffstat (limited to 'httemplate/view/cust_main/payment_history.html')
-rw-r--r--httemplate/view/cust_main/payment_history.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/payment_history.html b/httemplate/view/cust_main/payment_history.html
index ebd1e733d..08d468104 100644
--- a/httemplate/view/cust_main/payment_history.html
+++ b/httemplate/view/cust_main/payment_history.html
@@ -479,7 +479,7 @@ sub translate_payinfo {
sub areyousure_link {
my ($url,$msg,$title,$label) = (shift,shift,shift,shift);
- ' (<A HREF="javascript:areyousure(\''.$url.'\',\''.$msg.'\')" TITLE="'.$title.'">'.$label.'</A>)';
+ ' (<A HREF="javascript:areyousure(\''.$url.'\',\''.$msg.'\')" TITLE="'.$title.'" STYLE="white-space: nowrap;">'.$label.'</A>)';
}
</%init>