diff options
| author | Mark Wells <mark@freeside.biz> | 2014-11-27 16:12:56 -0800 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2014-11-27 16:12:56 -0800 |
| commit | 10614457fd7db63cbcc0bf9bfeebbbb99258eaa3 (patch) | |
| tree | 27c9c1189627dda1ed9d0559376b761f6d02464f /httemplate/edit/process/circuit_provider.html | |
| parent | 2d5acabf71d46aa469a6867f294706242c82db98 (diff) | |
svc_circuit, #23879, #25933, #30830
Diffstat (limited to 'httemplate/edit/process/circuit_provider.html')
| -rw-r--r-- | httemplate/edit/process/circuit_provider.html | 11 |
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> |
