summaryrefslogtreecommitdiff
path: root/httemplate/edit/process
diff options
context:
space:
mode:
authorivan <ivan>2010-04-23 06:47:38 +0000
committerivan <ivan>2010-04-23 06:47:38 +0000
commit37591b61f8ad6fc5c5acb2fd8f520d2dbe4f1539 (patch)
tree5a89dc6c073118b973c06f44070b4fbf65dd65e7 /httemplate/edit/process
parent3a201934245c2e72b167804a6d512e0e6d435f65 (diff)
communigate (phase 2): rules. RT#7514
Diffstat (limited to 'httemplate/edit/process')
-rw-r--r--httemplate/edit/process/cgp_rule.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/httemplate/edit/process/cgp_rule.html b/httemplate/edit/process/cgp_rule.html
new file mode 100644
index 000000000..3880b56b9
--- /dev/null
+++ b/httemplate/edit/process/cgp_rule.html
@@ -0,0 +1,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>