summaryrefslogtreecommitdiff
path: root/httemplate/edit/process/cable_provider.html
blob: ecffaf692d4b09573e5352c3e8e40f96be160f56 (plain)
1
2
3
4
5
6
7
8
9
10
<& elements/process.html,
     'table'       => 'cable_provider',
     'viewall_dir' => 'browse',
&>
<%init>

die "access denied"
  unless $FS::CurrentUser::CurrentUser->access_right('Configuration');

</%init>