diff options
Diffstat (limited to 'httemplate/elements/tr-selectmultiple-part_pkg.html')
-rw-r--r-- | httemplate/elements/tr-selectmultiple-part_pkg.html | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/httemplate/elements/tr-selectmultiple-part_pkg.html b/httemplate/elements/tr-selectmultiple-part_pkg.html deleted file mode 100644 index 455038da9..000000000 --- a/httemplate/elements/tr-selectmultiple-part_pkg.html +++ /dev/null @@ -1,20 +0,0 @@ -<TR> - <TD ALIGN="right"><% $opt{'label'} || 'Packages' %></TD> - <TD> - <% include( '/elements/select-table.html', - 'table' => 'part_pkg', - 'name_col' => 'pkg', - 'value' => '', - 'empty_label' => '(none)', - 'element_etc' => 'multiple', - %opt, - ) - %> - </TD> -</TR> - -<%init> - -my %opt = @_; - -</%init> |