summaryrefslogtreecommitdiff
path: root/httemplate/elements/tr-selectmultiple-part_pkg.html
diff options
context:
space:
mode:
authorivan <ivan>2009-03-28 22:59:36 +0000
committerivan <ivan>2009-03-28 22:59:36 +0000
commite3c3d86b7091d806af42e40475a28ea8afb5865c (patch)
tree8c3f95b1f917e84468adeed6b7cf385fdbf68658 /httemplate/elements/tr-selectmultiple-part_pkg.html
parent3868d5117cbfeb2d1f75ffe3d5dc96aa63f1e809 (diff)
package selector, split by package class, RT#5077
Diffstat (limited to 'httemplate/elements/tr-selectmultiple-part_pkg.html')
-rw-r--r--httemplate/elements/tr-selectmultiple-part_pkg.html9
1 files changed, 4 insertions, 5 deletions
diff --git a/httemplate/elements/tr-selectmultiple-part_pkg.html b/httemplate/elements/tr-selectmultiple-part_pkg.html
index 455038da9..d959a5bae 100644
--- a/httemplate/elements/tr-selectmultiple-part_pkg.html
+++ b/httemplate/elements/tr-selectmultiple-part_pkg.html
@@ -2,11 +2,10 @@
<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',
+ 'table' => 'part_pkg',
+ 'name_col' => 'pkg',
+ 'disable_empty' => 1,
+ 'element_etc' => 'multiple',
%opt,
)
%>