diff options
| author | levinse <levinse> | 2011-05-18 00:55:36 +0000 |
|---|---|---|
| committer | levinse <levinse> | 2011-05-18 00:55:36 +0000 |
| commit | a9916ce48023939ab1d2506704f5545eb183a2ea (patch) | |
| tree | 7548eccc150dd0efe0b25df3362ce87623498a49 /httemplate/view/cust_pay.html | |
| parent | 781f1fd28bb3dbe75fd24c627792618409da7143 (diff) | |
internationalization/localization, RT12515
Diffstat (limited to 'httemplate/view/cust_pay.html')
| -rw-r--r-- | httemplate/view/cust_pay.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/httemplate/view/cust_pay.html b/httemplate/view/cust_pay.html index f7f2ea2d6..9871ff91c 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, mt("$thing Receipt") &> + <& /elements/header-popup.html, emt("$thing Receipt") &> <div align="center"> <A HREF="javascript:self.parent.location = '<% $pr_link %>'"><% mt('Print') |h %></A> | @@ -9,26 +9,26 @@ % } elsif ( $link eq 'print' ) { - <& /elements/header-popup.html, mt("$thing Receipt") &> + <& /elements/header-popup.html, emt("$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 <% 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", ) %> <BR><BR> % } elsif ( $link eq 'email' ) { % if ( $email_error ) { - <& /elements/header-popup.html, mt("Error re-emailing receipt: [_1]", $email_error) &> + <& /elements/header-popup.html, emt("Error re-emailing receipt: [_1]", $email_error) &> % } else { - <& /elements/header-popup.html, mt("Re-emailed receipt") &> + <& /elements/header-popup.html, emt("Re-emailed receipt") &> % } % } else { - <& /elements/header.html, mt("$thing Receipt"), menubar( - mt("View this customer (#[_1])",$display_custnum) => "${p}view/cust_main.cgi?$custnum", - mt('Print receipt') => $pr_link, + <& /elements/header.html, emt("$thing Receipt"), menubar( + emt("View this customer (#[_1])",$display_custnum) => "${p}view/cust_main.cgi?$custnum", + emt('Print receipt') => $pr_link, ) &> |
