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.html17
1 files changed, 0 insertions, 17 deletions
diff --git a/httemplate/elements/select-pkg_class.html b/httemplate/elements/select-pkg_class.html
deleted file mode 100644
index 032c7abda..000000000
--- a/httemplate/elements/select-pkg_class.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<%
- 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,
- )
-%>