summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_main/payment_history/payment.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/view/cust_main/payment_history/payment.html')
-rw-r--r--httemplate/view/cust_main/payment_history/payment.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/httemplate/view/cust_main/payment_history/payment.html b/httemplate/view/cust_main/payment_history/payment.html
index 6c723237e..cc5789b75 100644
--- a/httemplate/view/cust_main/payment_history/payment.html
+++ b/httemplate/view/cust_main/payment_history/payment.html
@@ -103,7 +103,8 @@ if ($unapplied > 0) {
if ( $opt{total_unapplied_refunds} > 0 ) {
$apply.= ' ('.
include( '/elements/popup_link.html',
- 'label' => emt('apply').' '.emt('refund'),
+ 'label' => emt('apply refund'),
+ 'style' => 'white-space: nowrap',
'action' => "${p}edit/cust_pay_refund.cgi?".
$cust_pay->paynum,
'actionlabel' => emt('Apply payment to refund'),
@@ -213,7 +214,7 @@ if ($opt{'Unapply payment'} && !$cust_pay->closed) {
$unapply .= areyousure_link("${p}misc/unapply-cust_pay_refund.cgi?".$cust_pay->paynum,
emt('Are you sure you want to unapply this payment from refunds?'),
emt('Keep this payment, but dissociate it from the refunds it is currently applied to'),
- emt('unapply').' '.emt('refunds')
+ emt('unapply refunds')
)
if $cust_pay->refund_to_unapply;
}