RT# 79780 - added a 60 second pause when there is a connection failure, then retry...
[freeside.git] / httemplate / elements / tr-select-tower_sector.html
1 <% include('tr-td-label.html', label => emt('Tower sector'), %opt ) %>
2   <TD <% $style %>>
3   <% include( '/elements/select-tower_sector.html', %opt ) %>
4   </TD>
5 </TR>
6 <%init>
7
8 my( %opt ) = @_;
9 my $style = $opt{'cell_style'} ? 'STYLE="'. $opt{'cell_style'}. '"' : '';
10
11 </%init>