4.x style
[freeside.git] / httemplate / elements / tower_sector.html
index a8bbbc5..cdcf67d 100644 (file)
@@ -51,8 +51,18 @@ if ( $curr_value ) {
 my %size = ( 'title' => 12 );
 
 tie my %label, 'Tie::IxHash',
-  'sectorname' => 'Name',
-  'ip_addr'    => 'IP Address',
+  '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;