X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Felements%2Ftower_sector.html;h=cdcf67d7bbc96995a3ae6137ff7af9dc644a2bf8;hp=406895ed9f8dfa5472c2d70102776b1c2d8389e4;hb=7b0bbc4117a7959b9f7b7b2cf999b8188ba34160;hpb=822d38841a1620b8b8e8c5ac4102ad64de9ae17f diff --git a/httemplate/elements/tower_sector.html b/httemplate/elements/tower_sector.html index 406895ed9..cdcf67d7b 100644 --- a/httemplate/elements/tower_sector.html +++ b/httemplate/elements/tower_sector.html @@ -51,13 +51,18 @@ if ( $curr_value ) { my %size = ( 'title' => 12 ); tie my %label, 'Tie::IxHash', - 'sectorname' => 'Name', - 'ip_addr' => 'IP Address', - 'height' => 'Height', - 'freq_mhz' => 'Freq. (MHz)', - 'direction' => 'Direction', # or a button to set these to 0 for omni - 'width' => 'Width', # - 'range' => 'Range', + 'sectorname' => 'Name', + 'ip_addr' => 'IP Address', + 'height' => 'Height (feet)', + 'freq_mhz' => 'Freq. (MHz)', + 'direction' => 'Direction (° from north)', # or a button to set these to 0 for omni + 'downtilt' => 'Downtilt (° below horizontal)', + 'width' => 'Horiz. width (° 0 - 360)', + 'v_width' => 'Vert. width (° 0 - 360)', + 'sector_range' => 'Range (miles)', + 'margin' => 'Signal margin (dB)', + 'up_rate_limit' => 'Up rate limit (kbps)', + 'down_rate_limit' => 'Down rate limit (kbps)', ; my @fields = keys %label;