summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_pay.html
diff options
context:
space:
mode:
authorlevinse <levinse>2011-05-27 02:25:43 +0000
committerlevinse <levinse>2011-05-27 02:25:43 +0000
commit8ef00c68688492b2afa3dde8d3d467f89f238c40 (patch)
tree925ca79783058b15176eafa993b3e636c9f5b1f6 /httemplate/view/cust_pay.html
parent82879083dd2efddf02192ad48ad0e46e1a16662b (diff)
internationalization/localization, RT12515
Diffstat (limited to 'httemplate/view/cust_pay.html')
-rw-r--r--httemplate/view/cust_pay.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/httemplate/view/cust_pay.html b/httemplate/view/cust_pay.html
index 9871ff91c..c9b2d51b5 100644
--- a/httemplate/view/cust_pay.html
+++ b/httemplate/view/cust_pay.html
@@ -1,6 +1,6 @@
% if ( $link eq 'popup' ) {
- <& /elements/header-popup.html, emt("$thing Receipt") &>
+ <& /elements/header-popup.html, mt("$thing Receipt") &>
<div align="center">
<A HREF="javascript:self.parent.location = '<% $pr_link %>'"><% mt('Print') |h %></A> |
@@ -9,7 +9,7 @@
% } elsif ( $link eq 'print' ) {
- <& /elements/header-popup.html, emt("$thing Receipt") &>
+ <& /elements/header-popup.html, mt("$thing 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
@@ -20,13 +20,13 @@
<BR><BR>
% } elsif ( $link eq 'email' ) {
% if ( $email_error ) {
- <& /elements/header-popup.html, emt("Error re-emailing receipt: [_1]", $email_error) &>
+ <& /elements/header-popup.html, mt("Error re-emailing receipt: [_1]", $email_error) &>
% } else {
- <& /elements/header-popup.html, emt("Re-emailed receipt") &>
+ <& /elements/header-popup.html, mt("Re-emailed receipt") &>
% }
% } else {
- <& /elements/header.html, emt("$thing Receipt"), menubar(
+ <& /elements/header.html, mt("$thing Receipt"), menubar(
emt("View this customer (#[_1])",$display_custnum) => "${p}view/cust_main.cgi?$custnum",
emt('Print receipt') => $pr_link,
)