summaryrefslogtreecommitdiff
path: root/httemplate/edit/process/elements/svc_Common.html
blob: 5a8afbd6ca61604cbce1e57a86a178e9b4ff5814 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<% 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>