X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fview%2Fsvc_www.cgi;h=37f1864658fc3f9ce6c0e8be1526dbc7be4abfea;hp=c503d1829a3aacf7288154dd29cca9eedf89123c;hb=a5ca508ed3bf1bcb03df26d35d1316b3c313820a;hpb=fb53325987efe2e57ea4ba23483e0091527bc803 diff --git a/httemplate/view/svc_www.cgi b/httemplate/view/svc_www.cgi index c503d1829..37f186465 100644 --- a/httemplate/view/svc_www.cgi +++ b/httemplate/view/svc_www.cgi @@ -44,17 +44,18 @@ % or die "svc_www: Unknown recnum ". $svc_www->recnum; % %my $www = $domain_record->zone; -% -%print header('Website View', menubar( -% ( ( $custnum ) -% ? ( "View this customer (#$custnum)" => "${p}view/cust_main.cgi?$custnum", -% ) -% : ( "Cancel this (unaudited) website" => -% "${p}misc/cancel-unaudited.cgi?$svcnum" ) -% ), -% "Main menu" => $p, -%)). -% qq!Edit this information
!. + +<% include("/elements/header.html", "Website View", menubar( + ( ( $custnum ) + ? ( "View this customer (#$custnum)" => "${p}view/cust_main.cgi?$custnum", + ) + : ( "Cancel this (unaudited) website" => + "${p}misc/cancel-unaudited.cgi?$svcnum" ) + ), + )) +%> + +%print qq!Edit this information
!. % ntable("#cccccc"). ''. ntable("#cccccc",2). % qq!Service number!. % qq!$svcnum!. @@ -83,8 +84,6 @@ % % %print ''. -% '
'. joblisting({'svcnum'=>$svcnum}, 1). -% '' -%; -% +% '
'. joblisting({'svcnum'=>$svcnum}, 1); +<% include('/elements/footer.html') %>