diff options
Diffstat (limited to 'httemplate/view')
| -rw-r--r-- | httemplate/view/svc_broadband.cgi | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/httemplate/view/svc_broadband.cgi b/httemplate/view/svc_broadband.cgi index 010439e90..cfece5cb4 100644 --- a/httemplate/view/svc_broadband.cgi +++ b/httemplate/view/svc_broadband.cgi @@ -39,6 +39,7 @@  %     $altitude,  %     $vlan_profile,  %     $auth_key, +%     $description,  %   ) = (  %     $router->getfield('routername'),  %     $router->getfield('routernum'), @@ -53,6 +54,7 @@  %     $svc_broadband->altitude,  %     $svc_broadband->vlan_profile,  %     $svc_broadband->auth_key, +%     $svc_broadband->description,  %   );  % @@ -79,6 +81,10 @@            <TD BGCOLOR="#ffffff"><%$svcnum%></TD>          </TR>          <TR> +          <TD ALIGN="right">Description</TD> +          <TD BGCOLOR="#ffffff"><%$description%></TD> +        </TR> +        <TR>            <TD ALIGN="right">Router</TD>            <TD BGCOLOR="#ffffff"><%$routernum%>: <%$routername%></TD>          </TR> | 
