diff options
author | levinse <levinse> | 2011-05-27 02:25:43 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-05-27 02:25:43 +0000 |
commit | 8ef00c68688492b2afa3dde8d3d467f89f238c40 (patch) | |
tree | 925ca79783058b15176eafa993b3e636c9f5b1f6 /httemplate/edit | |
parent | 82879083dd2efddf02192ad48ad0e46e1a16662b (diff) |
internationalization/localization, RT12515
Diffstat (limited to 'httemplate/edit')
-rwxr-xr-x | httemplate/edit/cust_credit.cgi | 2 | ||||
-rw-r--r-- | httemplate/edit/quick-charge.html | 2 | ||||
-rwxr-xr-x | httemplate/edit/svc_acct.cgi | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/httemplate/edit/cust_credit.cgi b/httemplate/edit/cust_credit.cgi index 068144547..6e8a9c989 100755 --- a/httemplate/edit/cust_credit.cgi +++ b/httemplate/edit/cust_credit.cgi @@ -1,4 +1,4 @@ -<& /elements/header-popup.html, emt('Enter Credit') &> +<& /elements/header-popup.html, mt('Enter Credit') &> <& /elements/error.html &> diff --git a/httemplate/edit/quick-charge.html b/httemplate/edit/quick-charge.html index 145898746..3fe43dcbc 100644 --- a/httemplate/edit/quick-charge.html +++ b/httemplate/edit/quick-charge.html @@ -1,4 +1,4 @@ -<& /elements/header-popup.html, emt('One-time charge'), '', +<& /elements/header-popup.html, mt('One-time charge'), '', ( $cgi->param('error') ? '' : 'onload="addRow()"' ), &> diff --git a/httemplate/edit/svc_acct.cgi b/httemplate/edit/svc_acct.cgi index 44c23f4d2..e6cd7d86c 100755 --- a/httemplate/edit/svc_acct.cgi +++ b/httemplate/edit/svc_acct.cgi @@ -1,4 +1,4 @@ -<& /elements/header.html, emt("$action [_1] account",$svc) &> +<& /elements/header.html, mt("$action [_1] account",$svc) &> <& /elements/error.html &> |