[freeside-commits] freeside/httemplate/view svc_broadband.cgi, 1.11, 1.12

Jeff Finucane,420,, jeff at wavetail.420.am
Fri Jan 12 15:27:11 PST 2007


Update of /home/cvs/cvsroot/freeside/httemplate/view
In directory wavetail:/tmp/cvs-serv15676/httemplate/view

Modified Files:
	svc_broadband.cgi 
Log Message:
added svc_broadband description which is appended to Site Name in prizm export

Index: svc_broadband.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/svc_broadband.cgi,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- svc_broadband.cgi	23 Dec 2006 05:37:47 -0000	1.11
+++ svc_broadband.cgi	12 Jan 2007 23:27:08 -0000	1.12
@@ -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>



More information about the freeside-commits mailing list