X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fedit%2Fsvc_www.cgi;fp=httemplate%2Fedit%2Fsvc_www.cgi;h=56dd602a3dcf57a1569d2f574e479c70850f0e46;hp=6e2db8f678f72f1454e0f6fa6aa67ce57d4858c2;hb=a5ca508ed3bf1bcb03df26d35d1316b3c313820a;hpb=fb53325987efe2e57ea4ba23483e0091527bc803 diff --git a/httemplate/edit/svc_www.cgi b/httemplate/edit/svc_www.cgi index 6e2db8f67..56dd602a3 100644 --- a/httemplate/edit/svc_www.cgi +++ b/httemplate/edit/svc_www.cgi @@ -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'); @@ -192,7 +193,7 @@ %print ""; % %if ( $part_svc->part_svc_column('usersvc')->columnflag ne 'F' -% || $part_svc->part_svc_column('usersvc')->columnvalue !~ /^\s*$/) { +% || $part_svc->part_svc_column('usersvc')->columnvalue =~ /^\s*$/) { % print 'Username'; % -%print < -% -% -%END -% + + +<% include('/elements/footer.html') %>