summaryrefslogtreecommitdiff
path: root/httemplate/elements/select-pkg_class.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/elements/select-pkg_class.html')
-rw-r--r--httemplate/elements/select-pkg_class.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/httemplate/elements/select-pkg_class.html b/httemplate/elements/select-pkg_class.html
index 0d8e6ac84..8e873ed66 100644
--- a/httemplate/elements/select-pkg_class.html
+++ b/httemplate/elements/select-pkg_class.html
@@ -1,4 +1,3 @@
-%
% my( $classnum, %opt ) = @_;
%
% $opt{'records'} = delete $opt{'pkg_class'}
@@ -6,13 +5,12 @@
%
% #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' => '' },
+ 'hashref' => { 'disabled' => '' },
%opt,
)
%>