diff options
| author | levinse <levinse> | 2011-05-17 05:00:44 +0000 |
|---|---|---|
| committer | levinse <levinse> | 2011-05-17 05:00:44 +0000 |
| commit | 93519f9371b41ded713a93fba031ed7a361be04c (patch) | |
| tree | 3b00659886d3eece63b5d514f65691218ed4d7d7 /httemplate/view/svc_acct.cgi | |
| parent | 5d5e197dd0c74b419a4c4cb0791bf23e68e4c3bb (diff) | |
internationalization/localization, RT12515
Diffstat (limited to 'httemplate/view/svc_acct.cgi')
| -rwxr-xr-x | httemplate/view/svc_acct.cgi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/view/svc_acct.cgi b/httemplate/view/svc_acct.cgi index 47dc36919..fc6d81290 100755 --- a/httemplate/view/svc_acct.cgi +++ b/httemplate/view/svc_acct.cgi @@ -1,6 +1,6 @@ % if ( $custnum ) { - <& /elements/header.html, mt("View $svc account") &> + <& /elements/header.html, mt("View [_1] account",$svc) &> <& /elements/small_custview.html, $custnum, '', 1, "${p}view/cust_main.cgi" &> <BR> @@ -10,7 +10,7 @@ <SCRIPT> function areyousure(href) { - if (confirm("<% $delmsg %>") == true) + if (confirm(<% $delmsg |js_string %>) == true) window.location.href = href; } </SCRIPT> |
