X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fview%2Fsvc_acct.cgi;h=6f79a01a4157bc7f2e6cd7cf45297ad4f5a3fdde;hp=47dc369194c384f226f633c3c3aa28bc2d876322;hb=ea3ce8d7f076e7fecff4be7ae63bc413adb0adf5;hpb=2238711675eefa60cd2feb47c8d3e43d3e6f1860 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\')", ) &>