summaryrefslogtreecommitdiff
path: root/httemplate/edit/process/cgp_rule.html
blob: 3880b56b948cbedae64eb1080dadfaf6991f3a20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<% include( 'elements/process.html',
              'table'    => 'cgp_rule',
              'redirect' => $redirect,
          )
%>
<%init>

my $redirect = sub {
  my($cgi, $new) = @_;
  my $svcnum = $new->svcnum;
  popurl(3)."browse/cgp_rule.html?svcnum=$svcnum;rulenum=";
};

</%init>