diff options
| author | Christopher Burger <burgerc@freeside.biz> | 2018-03-27 09:20:05 -0400 |
|---|---|---|
| committer | Christopher Burger <burgerc@freeside.biz> | 2018-03-28 10:15:52 -0400 |
| commit | da355fb20a69bbe5710ce7dca16e2c84a207a084 (patch) | |
| tree | 398bbeeb4b301e4389a222a72e9f300ae562eafb /httemplate/edit/tower.html | |
| parent | 0b8b48e7c6306be3b7418cb23e8318317d041caf (diff) | |
RT# 78356 - added ability to create and modify rateplans and access point when changed on freeside. cleanded up documentation.
Conflicts:
FS/FS/tower_sector.pm
httemplate/edit/process/tower.html
httemplate/edit/tower.html
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 660788849..b9fea779f 100644 --- a/httemplate/edit/tower.html +++ b/httemplate/edit/tower.html @@ -12,8 +12,8 @@ 'altitude', 'height', 'veg_height', - 'up_rate', - 'down_rate', + 'up_rate_limit', + 'down_rate_limit', { field => 'sectornum', type => 'tower_sector', o2m_table => 'tower_sector', @@ -32,8 +32,8 @@ 'height' => '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> @@ -43,7 +43,7 @@ my $m2_error_callback = sub { # reconstruct the list my @fields = qw( sectorname ip_addr height freq_mhz direction width tilt v_width margin - sector_range up_rate down_rate + sector_range up_rate_limit down_rate_limit ); map { |
