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/svc_acct.cgi | |
| parent | 781f1fd28bb3dbe75fd24c627792618409da7143 (diff) | |
internationalization/localization, RT12515
Diffstat (limited to 'httemplate/view/svc_acct.cgi')
| -rwxr-xr-x | httemplate/view/svc_acct.cgi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/httemplate/view/svc_acct.cgi b/httemplate/view/svc_acct.cgi index fc6d81290..f8a4c1f61 100755 --- a/httemplate/view/svc_acct.cgi +++ b/httemplate/view/svc_acct.cgi @@ -1,12 +1,12 @@ % if ( $custnum ) { - <& /elements/header.html, mt("View [_1] account",$svc) &> + <& /elements/header.html, emt("View [_1] account",$svc) &> <& /elements/small_custview.html, $custnum, '', 1, "${p}view/cust_main.cgi" &> <BR> % } else { -% my $delmsg = mt('Permanently delete this account?'); +% my $delmsg = emt('Permanently delete this account?'); <SCRIPT> function areyousure(href) { @@ -15,8 +15,8 @@ } </SCRIPT> - <& /elements/header.html, mt('View account'), menubar( - mt("Cancel this (unaudited) account") => + <& /elements/header.html, emt('View account'), menubar( + emt("Cancel this (unaudited) account") => "javascript:areyousure(\'${p}misc/cancel-unaudited.cgi?$svcnum\')", ) &> |
