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

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

</%init>