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

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

</%init>