From 8ef00c68688492b2afa3dde8d3d467f89f238c40 Mon Sep 17 00:00:00 2001 From: levinse Date: Fri, 27 May 2011 02:25:43 +0000 Subject: internationalization/localization, RT12515 --- httemplate/view/cust_refund.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'httemplate/view/cust_refund.html') diff --git a/httemplate/view/cust_refund.html b/httemplate/view/cust_refund.html index 898402e06..f19c61b1f 100644 --- a/httemplate/view/cust_refund.html +++ b/httemplate/view/cust_refund.html @@ -1,12 +1,12 @@ % if ( $link eq 'popup' ) { - <& /elements/header-popup.html, emt('Refund Receipt') &> + <& /elements/header-popup.html, mt('Refund Receipt') &>
<% mt('Print') |h %>

% } elsif ( $link eq 'print' ) { - <& /elements/header-popup.html, emt('Refund Receipt') &> + <& /elements/header-popup.html, mt('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 @@ -18,7 +18,7 @@ % } else { - <& /elements/header.html, emt('Refund Receipt'), menubar( + <& /elements/header.html, mt('Refund Receipt'), menubar( emt("View this customer (#[_1])",$display_custnum) => "${p}view/cust_main.cgi?$custnum", emt('Print receipt') => $pr_link, ) -- cgit v1.2.1