% include( '/elements/select-table.html',
'table' => 'pkg_class',
'name_col' => 'classname',
'value' => $classnum,
'empty_label' => '(none)',
'hashref' => { 'disabled' => '' },
%opt,
)
%>
<%init>
my %opt = @_;
my $classnum = $opt{'curr_value'} || $opt{'value'};
$opt{'records'} = delete $opt{'pkg_class'}
if $opt{'pkg_class'};
%init>