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.html11
1 files changed, 6 insertions, 5 deletions
diff --git a/httemplate/elements/tr-selectmultiple-part_pkg.html b/httemplate/elements/tr-selectmultiple-part_pkg.html
index bd96d1c3a..455038da9 100644
--- a/httemplate/elements/tr-selectmultiple-part_pkg.html
+++ b/httemplate/elements/tr-selectmultiple-part_pkg.html
@@ -1,8 +1,3 @@
-%
-% my( %opt ) = @_;
-%
-
-
<TR>
<TD ALIGN="right"><% $opt{'label'} || 'Packages' %></TD>
<TD>
@@ -17,3 +12,9 @@
%>
</TD>
</TR>
+
+<%init>
+
+my %opt = @_;
+
+</%init>