summaryrefslogtreecommitdiff
path: root/httemplate/edit/tower.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/edit/tower.html')
-rw-r--r--httemplate/edit/tower.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/httemplate/edit/tower.html b/httemplate/edit/tower.html
index 377a33e9b..660788849 100644
--- a/httemplate/edit/tower.html
+++ b/httemplate/edit/tower.html
@@ -12,6 +12,8 @@
'altitude',
'height',
'veg_height',
+ 'up_rate',
+ 'down_rate',
{ field => 'sectornum',
type => 'tower_sector',
o2m_table => 'tower_sector',
@@ -30,6 +32,8 @@
'height' => 'Height (feet)',
'veg_height' => 'Vegetation height (feet)',
'color' => 'Color',
+ 'up_rate' => 'Up Rate (Kbps)',
+ 'down_rate' => 'Down Rate (Kbps)',
},
&>
<%init>
@@ -38,7 +42,8 @@ my $m2_error_callback = sub { # reconstruct the list
my ($cgi, $object) = @_;
my @fields = qw(
- sectorname ip_addr height freq_mhz direction width tilt v_width margin sector_range
+ sectorname ip_addr height freq_mhz direction width tilt v_width margin
+ sector_range up_rate down_rate
);
map {