summaryrefslogtreecommitdiff
path: root/httemplate/elements/tr-selectmultiple-part_pkg.html
blob: 455038da9567305ef674fc56f829102e73328ab5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<TR>
  <TD ALIGN="right"><% $opt{'label'} || 'Packages' %></TD>
  <TD>
    <% include( '/elements/select-table.html',
                  'table'     => 'part_pkg',
		  'name_col'  => 'pkg',
		  'value'     => '',
		  'empty_label' => '(none)',
		  'element_etc' => 'multiple',
		  %opt,
              )
    %>
  </TD>
</TR>

<%init>

my %opt = @_;

</%init>