X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fcust_main%2Fpayment_history%2Fpayment.html;h=6241f11b8168f6d3f09d1ead3d48e0bd85312261;hb=0529f5fb8877948a60f7314a3b83b63eec76902c;hp=f65c903ba77e535c32f3127f283ec90010f47a0e;hpb=bfb8d2494cf4a9530257d5fb7615fe6edaa4ad82;p=freeside.git diff --git a/httemplate/view/cust_main/payment_history/payment.html b/httemplate/view/cust_main/payment_history/payment.html index f65c903ba..6241f11b8 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'), @@ -207,7 +208,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; }