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

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

</%init>