summaryrefslogtreecommitdiff
path: root/httemplate/edit/process/pkg_category.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/edit/process/pkg_category.html')
-rw-r--r--httemplate/edit/process/pkg_category.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/httemplate/edit/process/pkg_category.html b/httemplate/edit/process/pkg_category.html
new file mode 100644
index 0000000..50cd5cb
--- /dev/null
+++ b/httemplate/edit/process/pkg_category.html
@@ -0,0 +1,11 @@
+<% include( 'elements/process.html',
+ 'table' => 'pkg_category',
+ 'viewall_dir' => 'browse',
+ )
+%>
+<%init>
+
+die "access denied"
+ unless $FS::CurrentUser::CurrentUser->access_right('Configuration');
+
+</%init>