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