summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2015-07-23 21:34:35 -0700
committerMark Wells <mark@freeside.biz>2015-07-23 21:34:40 -0700
commit8cb793ffa1fa8dcd3bdfeb7596b644233aa9f8cc (patch)
treeef09ed1ff745d95de25aeb70483a80606c567ce1 /httemplate
parentf04508aa6372ec916765dda7b345f09b9cdec22f (diff)
fix edit/process/svc_circuit.html redirect on error, #37420
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/edit/svc_circuit.html (renamed from httemplate/edit/svc_circuit.cgi)0
-rw-r--r--httemplate/view/svc_circuit.html9
2 files changed, 5 insertions, 4 deletions
diff --git a/httemplate/edit/svc_circuit.cgi b/httemplate/edit/svc_circuit.html
index 3f9bad5b1..3f9bad5b1 100644
--- a/httemplate/edit/svc_circuit.cgi
+++ b/httemplate/edit/svc_circuit.html
diff --git a/httemplate/view/svc_circuit.html b/httemplate/view/svc_circuit.html
index 42bfc4b21..579ef5150 100644
--- a/httemplate/view/svc_circuit.html
+++ b/httemplate/view/svc_circuit.html
@@ -1,8 +1,9 @@
<& elements/svc_Common.html,
- 'table' => 'svc_circuit',
- 'labels' => \%labels,
- 'fields' => \@fields,
- 'html_foot' => sub { $self->call_method('.foot', @_) },
+ 'table' => 'svc_circuit',
+ 'labels' => \%labels,
+ 'fields' => \@fields,
+ 'html_foot' => sub { $self->call_method('.foot', @_) },
+ 'edit_url' => $fsurl.'edit/svc_circuit.html?',
&>
<%method .foot>
% my $svc_circuit = shift;