diff options
author | Christopher Burger <burgerc@freeside.biz> | 2018-03-27 09:20:05 -0400 |
---|---|---|
committer | Christopher Burger <burgerc@freeside.biz> | 2018-03-27 09:20:05 -0400 |
commit | ec34b8903d969fe8ac4ff6947a92e16e07f71fa0 (patch) | |
tree | 39879af88d853b93b5af5ba6d6d40868b4335b91 /httemplate/edit/tower.html | |
parent | c38b6699d83ba0d7e3fd582373b9c8e78c9217d2 (diff) |
RT# 78356 - added ability to create and modify rateplans and access point when changed on freeside. cleanded up documentation.
Diffstat (limited to 'httemplate/edit/tower.html')
-rw-r--r-- | httemplate/edit/tower.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/httemplate/edit/tower.html b/httemplate/edit/tower.html index 14f2dfa18..dfebc0031 100644 --- a/httemplate/edit/tower.html +++ b/httemplate/edit/tower.html @@ -13,8 +13,8 @@ 'altitude', 'height', 'veg_height', - 'up_rate', - 'down_rate', + 'up_rate_limit', + 'down_rate_limit', # { field => 'sectornum', # type => 'tower_sector', # o2m_table => 'tower_sector', @@ -37,8 +37,8 @@ 'height' => 'Tower height (feet)', 'veg_height' => 'Vegetation height (feet)', 'color' => 'Color', - 'up_rate' => 'Up Rate (Kbps)', - 'down_rate' => 'Down Rate (Kbps)', + 'up_rate_limit' => 'Up Rate Limit(Kbps)', + 'down_rate_limit' => 'Down Rate Limit(Kbps)', }, &> <%init> @@ -47,7 +47,7 @@ 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 db_high db_low sector_range up_rate down_rate + sectorname ip_addr height freq_mhz direction width tilt v_width db_high db_low sector_range up_rate_limit down_rate_limit ); map { |