summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--httemplate/edit/process/elements/svc_Common.html15
1 files changed, 7 insertions, 8 deletions
diff --git a/httemplate/edit/process/elements/svc_Common.html b/httemplate/edit/process/elements/svc_Common.html
index 8e8c99a42..5a8afbd6c 100644
--- a/httemplate/edit/process/elements/svc_Common.html
+++ b/httemplate/edit/process/elements/svc_Common.html
@@ -1,15 +1,14 @@
-%
-%
-% my %opt = @_;
-% my $table = $opt{'table'};
-% $opt{'fields'} ||= [ fields($table) ];
-% push @{ $opt{'fields'} }, qw( pkgnum svcpart );
-%
-%
<% include( 'process.html',
'edit_ext' => 'cgi',
'redirect' => popurl(3)."view/$table.cgi?",
%opt,
)
%>
+<%init>
+my %opt = @_;
+my $table = $opt{'table'};
+$opt{'fields'} ||= [ fields($table) ];
+push @{ $opt{'fields'} }, qw( pkgnum svcpart );
+
+</%init>