[freeside-commits]
freeside/httemplate/edit svc_broadband.cgi, 1.13, 1.14
Jeff Finucane,420,,
jeff at wavetail.420.am
Fri Jan 12 15:27:11 PST 2007
Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail:/tmp/cvs-serv15676/httemplate/edit
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/edit/svc_broadband.cgi,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- svc_broadband.cgi 29 Dec 2006 08:51:32 -0000 1.13
+++ svc_broadband.cgi 12 Jan 2007 23:27:09 -0000 1.14
@@ -67,7 +67,8 @@
%my $p1 = popurl(1);
%
%my ($ip_addr, $speed_up, $speed_down, $blocknum, $mac_addr,
-% $latitude, $longitude, $altitude, $vlan_profile, $auth_key) =
+% $latitude, $longitude, $altitude, $vlan_profile, $auth_key,
+% $description) =
% ($svc_broadband->ip_addr,
% $svc_broadband->speed_up,
% $svc_broadband->speed_down,
@@ -78,6 +79,7 @@
% $svc_broadband->altitude,
% $svc_broadband->vlan_profile,
% $svc_broadband->auth_key,
+% $svc_broadband->description,
% );
%
%
@@ -99,6 +101,19 @@
<%&ntable("#cccccc",2)%>
<TR>
+ <TD ALIGN="right">Description</TD>
+ <TD BGCOLOR="#ffffff">
+% if ( $part_svc->part_svc_column('description')->columnflag eq 'F' ) {
+
+ <INPUT TYPE="hidden" NAME="description" VALUE="<%$description%>"><%$description%>
+% } else {
+
+ <INPUT TYPE="text" NAME="description" VALUE="<%$description%>">
+% }
+
+ </TD>
+ </TR>
+ <TR>
<TD ALIGN="right">IP Address</TD>
<TD BGCOLOR="#ffffff">
% if ( $part_svc->part_svc_column('ip_addr')->columnflag eq 'F' ) {
More information about the freeside-commits
mailing list