search services by tower/sector, #15950
[freeside.git] / httemplate / elements / tr-selectmultiple-part_pkg.html
1 <& tr-td-label.html, label => emt('Packages'), %opt &>
2   <TD <% $style %>>
3     <% include( '/elements/select-table.html',
4                   'table'         => 'part_pkg',
5                   'name_col'      => 'pkg',
6                   'disable_empty' => 1,
7                   'element_etc'   => 'multiple',
8                   %opt,
9               )
10   %>
11   </TD>
12 </TR>
13
14 <%init>
15
16 my %opt = @_;
17 my $style = $opt{'cell_style'};
18 $style = 'STYLE="'.$style.'"' if $style;
19
20 </%init>