[freeside-commits] freeside/httemplate/edit svc_broadband.cgi, 1.22, 1.22.4.1
Erik Levinson
levinse at wavetail.420.am
Fri Jan 21 18:45:34 PST 2011
Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail.420.am:/tmp/cvs-serv19362/httemplate/edit
Modified Files:
Tag: FREESIDE_2_1_BRANCH
svc_broadband.cgi
Log Message:
add svc_broadband shellcommands export, RT11250
Index: svc_broadband.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/svc_broadband.cgi,v
retrieving revision 1.22
retrieving revision 1.22.4.1
diff -u -w -d -r1.22 -r1.22.4.1
--- svc_broadband.cgi 15 Mar 2010 07:13:49 -0000 1.22
+++ svc_broadband.cgi 22 Jan 2011 02:45:32 -0000 1.22.4.1
@@ -2,21 +2,6 @@
'post_url' => popurl(1). 'process/svc_broadband.cgi',
'name' => 'broadband service',
'table' => 'svc_broadband',
- 'labels' => { 'svcnum' => 'Service',
- 'description' => 'Description',
- 'ip_addr' => 'IP address',
- 'speed_down' => 'Download speed',
- 'speed_up' => 'Upload speed',
- 'blocknum' => 'Router/Block',
- 'block_label' => 'Router/Block',
- 'mac_addr' => 'MAC address',
- 'latitude' => 'Latitude',
- 'longitude' => 'Longitude',
- 'altitude' => 'Altitude',
- 'vlan_profile' => 'VLAN profile',
- 'performance_profile' => 'Performance profile',
- 'authkey' => 'Authentication key',
- },
'fields' => \@fields,
'field_callback' => $callback,
'dummy' => $cgi->query_string,
@@ -35,7 +20,7 @@
my @fields = (
qw( description ip_addr speed_down speed_up blocknum ),
{ field=>'block_label', type=>'fixed' },
- qw( mac_addr latitude longitude altitude vlan_profile performance_profile authkey )
+ qw( mac_addr latitude longitude altitude vlan_profile performance_profile authkey plan_id )
);
my $fixedblock = '';
More information about the freeside-commits
mailing list