diff options
| author | jeff <jeff> | 2007-01-12 23:27:09 +0000 | 
|---|---|---|
| committer | jeff <jeff> | 2007-01-12 23:27:09 +0000 | 
| commit | 52dbc041b5ba187cc2a503e5ad2d800b1a2e5a1f (patch) | |
| tree | 4cac06622813c72435722ead8ecabeeb867914a7 /httemplate/view | |
| parent | 2a863bbb144830dfb8fca4afb3af76a84a647c76 (diff) | |
added svc_broadband description which is appended to Site Name in prizm export
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> | 
