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