summaryrefslogtreecommitdiff
path: root/httemplate/elements/select-cust-pkg_class.html
blob: 5c19efa6d85e2ce11a9a770a721f5e980c388aaf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<% include( '/elements/select-pkg_class.html',
              'pre_options'   => [ '-1' => 'all' ], #XXX a config ?
              #'pre_options'   => [ '-2' => 'Select package class' ],
              'disable_empty' => 1,
              %opt,
          )
%>
<%init>

my %opt = @_;

</%init>