X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Ftower.html;h=b9fea779fa53828f8f67dc360213f321c7d89ca3;hb=a0a446d2f9b98e706bd221159f9212fa0cac0af8;hp=00c9adde1f7db09a0f453e749029d685841f3112;hpb=822d38841a1620b8b8e8c5ac4102ad64de9ae17f;p=freeside.git diff --git a/httemplate/edit/tower.html b/httemplate/edit/tower.html index 00c9adde1..b9fea779f 100644 --- a/httemplate/edit/tower.html +++ b/httemplate/edit/tower.html @@ -12,6 +12,8 @@ 'altitude', 'height', 'veg_height', + 'up_rate_limit', + 'down_rate_limit', { field => 'sectornum', type => 'tower_sector', o2m_table => 'tower_sector', @@ -26,10 +28,12 @@ 'default_ip_addr' => 'Tower IP address', 'latitude' => 'Latitude', 'longitude' => 'Longitude', - 'altitude' => 'Altitude', - 'height' => 'Height', - 'veg_height' => 'Vegetation height', + 'altitude' => 'Altitude (feet)', + 'height' => 'Height (feet)', + 'veg_height' => 'Vegetation height (feet)', 'color' => 'Color', + 'up_rate_limit' => 'Up Rate Limit(Kbps)', + 'down_rate_limit' => 'Down Rate Limit(Kbps)', }, &> <%init> @@ -37,7 +41,11 @@ my $m2_error_callback = sub { # reconstruct the list my ($cgi, $object) = @_; - my @fields = qw( sectorname ip_addr height freq_mhz direction width range ); + my @fields = qw( + sectorname ip_addr height freq_mhz direction width tilt v_width margin + sector_range up_rate_limit down_rate_limit + ); + map { my $k = $_; new FS::tower_sector {