diff options
| author | levinse <levinse> | 2011-05-16 15:18:56 +0000 |
|---|---|---|
| committer | levinse <levinse> | 2011-05-16 15:18:56 +0000 |
| commit | a363a49c213f1e64add5c34a8a2bd17d154adfd3 (patch) | |
| tree | 853a5a191b05aa31813bd74bd3d77725d23f89a1 /httemplate/view/cust_pay.html | |
| parent | dbeee87d487220a1eea4a8f65534293bb6f82df6 (diff) | |
internationalization/localization, RT12515
Diffstat (limited to 'httemplate/view/cust_pay.html')
| -rw-r--r-- | httemplate/view/cust_pay.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/httemplate/view/cust_pay.html b/httemplate/view/cust_pay.html index b1e33e66c..cdce2ca92 100644 --- a/httemplate/view/cust_pay.html +++ b/httemplate/view/cust_pay.html @@ -14,20 +14,21 @@ % #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')." (#$display_custnum)" => "${p}view/cust_main.cgi?$custnum", + mt("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: $email_error") &> + <& /elements/header-popup.html, mt("Error re-emailing receipt") &> +% warn "Error re-emailing receipt: $email_error"; % } else { <& /elements/header-popup.html, mt("Re-emailed receipt") &> % } % } else { <& /elements/header.html, mt("$thing Receipt"), menubar( - mt('View this customer')." (#$display_custnum)" => "${p}view/cust_main.cgi?$custnum", + mt("View this customer (#[_1])",$display_custnum) => "${p}view/cust_main.cgi?$custnum", mt('Print receipt') => $pr_link, ) &> |
