X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fsvc_www.cgi;h=e19a4fa08119c591f775d87605fc2a5beda49cfa;hb=308f86b554046bcf4a9e793465ad3a4cd0e0962d;hp=a9f97ff85179da0c0c148b3ad855c067f4820c09;hpb=8a507f43bfa5c5232b5babfbbf82ac5de5702add;p=freeside.git diff --git a/httemplate/edit/svc_www.cgi b/httemplate/edit/svc_www.cgi index a9f97ff85..e19a4fa08 100644 --- a/httemplate/edit/svc_www.cgi +++ b/httemplate/edit/svc_www.cgi @@ -43,7 +43,7 @@ % % $pkgnum=$cust_svc->pkgnum; % $svcpart=$cust_svc->svcpart; -% $config=$svc_www->config; +% $config=$cgi->escapeHTML($svc_www->config); % % $part_svc=qsearchs('part_svc',{'svcpart'=>$svcpart}); % die "No part_svc entry!" unless $part_svc; @@ -156,8 +156,9 @@ % % %my $p1 = popurl(1); -%print header("Web Hosting $action", ''); -% + +<% include("/elements/header.html", "Web Hosting $action", '') %> + %print qq!Error: !, $cgi->param('error'), % "" % if $cgi->param('error'); @@ -220,11 +221,7 @@ % %print '
'; % -%print < -% -% -%END -% + + +<% include('/elements/footer.html') %>