move header() to include(/elements/header.html) so it can be changed in one place...
[freeside.git] / httemplate / view / svc_broadband.cgi
index 2b5709b..263fd70 100644 (file)
@@ -44,7 +44,7 @@ my (
    );
 %>
 
-<%=header('Broadband Service View', menubar(
+<%=include("/elements/header.html",'Broadband Service View', menubar(
   ( ( $custnum )
     ? ( "View this customer (#$custnum)" => "${p}view/cust_main.cgi?$custnum",
       )                                                                       
@@ -115,10 +115,10 @@ foreach (sort { $a cmp $b } $svc_broadband->virtual_fields) {
   </A>
   <BR>
   <% my @sb_addr_block;
-     if (@sb_addr_block = $sb_router->sb_addr_block) {
+     if (@sb_addr_block = $sb_router->addr_block) {
      %>
   <B>Address space </B>
-  <A HREF="<%=popurl(2)%>browse/sb_addr_block.cgi">
+  <A HREF="<%=popurl(2)%>browse/addr_block.cgi">
     (edit)
   </A>
   <BR>