summaryrefslogtreecommitdiff
path: root/httemplate/edit/process/circuit_provider.html
blob: 0a91a178de8e0a424e209dedfb34b733ba69ce7c (plain)
1
2
3
4
5
6
7
8
9
10
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>