X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Ftr-tower_sectors.html;h=b3d45328260a8476cca69d14e62b36c1fd6f20e8;hb=5b0df166c22e13eba83fabee858846ead6a54141;hp=6843f4fdcab4fd6e27f7235f141424ed020a003d;hpb=5f9edcbe9fb3b3eb905614927aa6120d50c06ff1;p=freeside.git diff --git a/httemplate/elements/tr-tower_sectors.html b/httemplate/elements/tr-tower_sectors.html index 6843f4fdc..b3d453282 100644 --- a/httemplate/elements/tr-tower_sectors.html +++ b/httemplate/elements/tr-tower_sectors.html @@ -17,7 +17,7 @@ my $tabcounter = 0; my @fields = qw( sectorname ip_addr height freq_mhz direction width downtilt v_width db_high db_low sector_range - power line_loss antenna_gain hardware_typenum up_rate down_rate + power line_loss antenna_gain hardware_typenum up_rate_limit down_rate_limit ); my @sectors; @@ -184,7 +184,10 @@ $(function() { % my $id = $opt{id}; # sectornumX
% # no id on this one, the panel gets the "sectornumX" id - +

+ <% $sector->sectornum |h %> + +

+ id="<% $id %>_up_rate_limit" + name="<% $id %>_up_rate_limit" + value="<% $sector->up_rate_limit |h %>">

+ id="<% $id %>_down_rate_limit" + name="<% $id %>_down_rate_limit" + value="<% $sector->down_rate_limit |h %>">