summaryrefslogtreecommitdiff
path: root/httemplate/elements/tr-selectmultiple-part_pkg.html
diff options
context:
space:
mode:
authorivan <ivan>2007-08-01 22:26:52 +0000
committerivan <ivan>2007-08-01 22:26:52 +0000
commiteb4ff7f73c5d4bdf74a3472448b5a195598ff4cd (patch)
treebb38241e8c865c3bca861da7749071feeadd2b5b /httemplate/elements/tr-selectmultiple-part_pkg.html
parent32b5d3a31f112a381f0a15ac5e3a2204242f3405 (diff)
event refactor, landing on HEAD!
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>