% % my( $classnum, %opt ) = @_; % % $opt{'records'} = delete $opt{'pkg_class'} % if $opt{'pkg_class'}; % % #warn "***** select-pkg-class: \n". Dumper(%opt); % % <% include( '/elements/select-table.html', 'table' => 'pkg_class', 'name_col' => 'classname', 'value' => $classnum, 'empty_label' => '(none)', #'hashref' => { 'disabled' => '' }, %opt, ) %>