heh
[freeside.git] / httemplate / elements / tr-selectmultiple-part_pkg.html
1 %
2 %  my( %opt ) = @_;
3 %
4
5
6 <TR>
7   <TD ALIGN="right"><% $opt{'label'} || 'Packages' %></TD>
8   <TD>
9     <% include( '/elements/select-table.html',
10                   'table'     => 'part_pkg',
11                   'name_col'  => 'pkg',
12                   'value'     => '',
13                   'empty_label' => '(none)',
14                   'element_etc' => 'multiple',
15                   %opt,
16               )
17     %>
18   </TD>
19 </TR>