X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fcust_refund.html;h=898402e069b7c19a44d47279a59f236cfe02b050;hb=6d138a5407f86e220b7e58f3205a13573d451e43;hp=9cda1a6a80b581ecf458b3be7917fc610b1c9add;hpb=a363a49c213f1e64add5c34a8a2bd17d154adfd3;p=freeside.git diff --git a/httemplate/view/cust_refund.html b/httemplate/view/cust_refund.html index 9cda1a6a8..898402e06 100644 --- a/httemplate/view/cust_refund.html +++ b/httemplate/view/cust_refund.html @@ -1,26 +1,26 @@ % if ( $link eq 'popup' ) { - <& /elements/header-popup.html, mt('Refund Receipt') &> + <& /elements/header-popup.html, emt('Refund Receipt') &>
<% mt('Print') |h %>

% } elsif ( $link eq 'print' ) { - <& /elements/header-popup.html, mt('Refund Receipt') &> + <& /elements/header-popup.html, emt('Refund Receipt') &> % #it would be nice if the menubar could be hidden for print, but better to % # have it available than not, otherwise the user winds up at a dead end <% menubar( - mt("View this customer (#[_1])",$display_custnum) => "${p}view/cust_main.cgi?$custnum", + emt("View this customer (#[_1])",$display_custnum) => "${p}view/cust_main.cgi?$custnum", ) %>

% } else { - <& /elements/header.html, mt('Refund Receipt'), menubar( - mt("View this customer (#[_1])",$display_custnum) => "${p}view/cust_main.cgi?$custnum", - mt('Print receipt') => $pr_link, + <& /elements/header.html, emt('Refund Receipt'), menubar( + emt("View this customer (#[_1])",$display_custnum) => "${p}view/cust_main.cgi?$custnum", + emt('Print receipt') => $pr_link, ) &> @@ -38,7 +38,7 @@ <% ntable("#cccccc", 2) %> - <% mt('Refund') |h %># + <% mt('Refund #') |h %> <% $cust_refund->refundnum %> @@ -70,13 +70,13 @@ - <% mt('Authorization') |h %># + <% mt('Authorization #') |h %> <% $cust_refund->authorization %> % if ( $cust_refund->order_number ) { - <% mt('Order') |h %># + <% mt('Order #') |h %> <% $cust_refund->order_number %> % }