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

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

</%init>