summaryrefslogtreecommitdiff
path: root/httemplate/edit/process/circuit_provider.html
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2014-11-27 16:12:56 -0800
committerMark Wells <mark@freeside.biz>2014-11-27 16:12:56 -0800
commit10614457fd7db63cbcc0bf9bfeebbbb99258eaa3 (patch)
tree27c9c1189627dda1ed9d0559376b761f6d02464f /httemplate/edit/process/circuit_provider.html
parent2d5acabf71d46aa469a6867f294706242c82db98 (diff)
svc_circuit, #23879, #25933, #30830
Diffstat (limited to 'httemplate/edit/process/circuit_provider.html')
-rw-r--r--httemplate/edit/process/circuit_provider.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/httemplate/edit/process/circuit_provider.html b/httemplate/edit/process/circuit_provider.html
new file mode 100644
index 000000000..0a91a178d
--- /dev/null
+++ b/httemplate/edit/process/circuit_provider.html
@@ -0,0 +1,11 @@
+<& elements/process.html,
+ 'table' => 'circuit_provider',
+ 'viewall_dir' => 'browse',
+ 'popup_reload' => 'Updating',
+&>
+<%init>
+
+die "access denied"
+ unless $FS::CurrentUser::CurrentUser->access_right('Configuration');
+
+</%init>