X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fsvc_acct.cgi;h=6f79a01a4157bc7f2e6cd7cf45297ad4f5a3fdde;hb=e41880cfb8d9835bca858ec13c96724b08fa0af7;hp=47dc369194c384f226f633c3c3aa28bc2d876322;hpb=2238711675eefa60cd2feb47c8d3e43d3e6f1860;p=freeside.git diff --git a/httemplate/view/svc_acct.cgi b/httemplate/view/svc_acct.cgi index 47dc36919..6f79a01a4 100755 --- a/httemplate/view/svc_acct.cgi +++ b/httemplate/view/svc_acct.cgi @@ -1,22 +1,22 @@ % 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" &>
% } else { -% my $delmsg = mt('Permanently delete this account?'); +% my $delmsg = emt('Permanently delete this account?'); <& /elements/header.html, mt('View account'), menubar( - mt("Cancel this (unaudited) account") => + emt("Cancel this (unaudited) account") => "javascript:areyousure(\'${p}misc/cancel-unaudited.cgi?$svcnum\')", ) &>