1 <% include( '/elements/select-table.html',
2 'table' => 'cust_class',
3 'name_col' => 'classname',
5 'empty_label' => '(none)',
6 'hashref' => { 'disabled' => '' },
13 my $classnum = $opt{'curr_value'} || $opt{'value'};
15 $opt{'records'} = delete $opt{'cust_class'}
16 if $opt{'cust_class'};