diff options
author | Ivan Kohler <ivan@freeside.biz> | 2013-10-08 22:55:04 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2013-10-08 22:55:04 -0700 |
commit | c472510ffbe145ae090981bc1b0be9b644de6a37 (patch) | |
tree | 23e34b5494c6323f58c07c68a4b5eb6901968c5d /httemplate/edit/process/cable_provider.html | |
parent | 6c74a126fc01b982bf43403087803512b52f0a2a (diff) |
add provider dropdown to svc_cable, RT#22009
Diffstat (limited to 'httemplate/edit/process/cable_provider.html')
-rw-r--r-- | httemplate/edit/process/cable_provider.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/httemplate/edit/process/cable_provider.html b/httemplate/edit/process/cable_provider.html new file mode 100644 index 000000000..ecffaf692 --- /dev/null +++ b/httemplate/edit/process/cable_provider.html @@ -0,0 +1,10 @@ +<& elements/process.html, + 'table' => 'cable_provider', + 'viewall_dir' => 'browse', +&> +<%init> + +die "access denied" + unless $FS::CurrentUser::CurrentUser->access_right('Configuration'); + +</%init> |