X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fsvc_acct.cgi;h=441e4945da85af80f104f9bc47a608fc9ac15ab8;hb=8688a1fe1b157c1061e928823d81ba1b7f34cde8;hp=f8a4c1f61d6af72c3a9258b3229786e19594d7ea;hpb=a9916ce48023939ab1d2506704f5545eb183a2ea;p=freeside.git diff --git a/httemplate/view/svc_acct.cgi b/httemplate/view/svc_acct.cgi index f8a4c1f61..441e4945d 100755 --- a/httemplate/view/svc_acct.cgi +++ b/httemplate/view/svc_acct.cgi @@ -1,6 +1,6 @@ % if ( $custnum ) { - <& /elements/header.html, emt("View [_1] account",$svc) &> + <& /elements/header.html, mt("View [_1] account",$svc) &> <& /elements/small_custview.html, $custnum, '', 1, "${p}view/cust_main.cgi" &>
@@ -15,7 +15,7 @@ } - <& /elements/header.html, emt('View account'), menubar( + <& /elements/header.html, mt('View account'), menubar( emt("Cancel this (unaudited) account") => "javascript:areyousure(\'${p}misc/cancel-unaudited.cgi?$svcnum\')", ) &> @@ -71,6 +71,8 @@

% } +<& elements/svc_export_status.html, $svc_acct &> + <& elements/svc_export_settings.html, $svc_acct &> <% joblisting({'svcnum'=>$svcnum}, 1) %>