diff options
author | ivan <ivan> | 2002-10-08 08:33:25 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-10-08 08:33:25 +0000 |
commit | 419a97b632ab956ca10ea46eee69d3e35581c149 (patch) | |
tree | eccf7e3d86b63f407a643241089bc20a3377ea3d /httemplate | |
parent | 5f30c9efb1090b595cac3761051dd3f18318a575 (diff) |
svc_acct-notes displays static HTML on account view (closes: Bug#465)
Diffstat (limited to 'httemplate')
-rwxr-xr-x | httemplate/view/svc_acct.cgi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/httemplate/view/svc_acct.cgi b/httemplate/view/svc_acct.cgi index 19953bafd..ecea97426 100755 --- a/httemplate/view/svc_acct.cgi +++ b/httemplate/view/svc_acct.cgi @@ -149,8 +149,8 @@ if ($svc_acct->slipip) { print '<TR><TD ALIGN="right">RADIUS groups</TD><TD BGCOLOR="#ffffff">'. join('<BR>', $svc_acct->radius_groups). '</TD></TR>'; -print "</TABLE></TD></TR></TABLE>". - '<BR>'. joblisting({'svcnum'=>$svcnum}, 1). - "</BODY></HTML>"; +print '</TABLE></TD></TR></TABLE><BR><BR>'. + join("\n", $conf->config('svc_acct-notes') ). + '<BR><BR>'. joblisting({'svcnum'=>$svcnum}, 1). '</BODY></HTML>'; %> |