RT# 78356 - fix for saisei integration
[freeside.git] / httemplate / elements / tower_sector.html
index 151d3ba..722c5d7 100644 (file)
@@ -56,8 +56,13 @@ tie my %label, 'Tie::IxHash',
   'height'       => 'Height',
   'freq_mhz'     => 'Freq. (MHz)',
   'direction'    => 'Direction', # or a button to set these to 0 for omni
-  'width'        => 'Width',     #
+  'downtilt'     => 'Downtilt',
+  'width'        => 'Horiz. width',
+  'v_width'      => 'Vert. width',
   'sector_range' => 'Range',
+  'margin'       => 'Signal margin (dB)',
+  'up_rate_limit' => 'Up rate limit',
+  'down_rate_limit' => 'Down rate limit',
 ;
 
 my @fields = keys %label;