d55f42b6e9d5ca837f7727665a549f15c1a3d9a3
[freeside.git] / 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>