summaryrefslogtreecommitdiff
path: root/httemplate/elements/tr-selectmultiple-part_pkg.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/elements/tr-selectmultiple-part_pkg.html')
-rw-r--r--httemplate/elements/tr-selectmultiple-part_pkg.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/httemplate/elements/tr-selectmultiple-part_pkg.html b/httemplate/elements/tr-selectmultiple-part_pkg.html
new file mode 100644
index 000000000..0b83da02c
--- /dev/null
+++ b/httemplate/elements/tr-selectmultiple-part_pkg.html
@@ -0,0 +1,20 @@
+<& tr-td-label.html, label => emt('Packages'), %opt &>
+ <TD <% $style %>>
+ <% include( '/elements/select-table.html',
+ 'table' => 'part_pkg',
+ 'name_col' => 'pkg',
+ 'disable_empty' => 1,
+ 'element_etc' => 'multiple',
+ %opt,
+ )
+ %>
+ </TD>
+</TR>
+
+<%init>
+
+my %opt = @_;
+my $style = $opt{'cell_style'};
+$style = 'STYLE="'.$style.'"' if $style;
+
+</%init>