summaryrefslogtreecommitdiff
path: root/httemplate/edit/process/vend_class.html
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-07-31 03:36:14 -0700
committerIvan Kohler <ivan@freeside.biz>2013-07-31 03:36:14 -0700
commitf264598260908d2442fe1aed2ce3784ce51254e6 (patch)
treebd0f6efc5b41c49084a9d193a59c3e4a7672ba81 /httemplate/edit/process/vend_class.html
parent449e3c3b4fe9b4f55950951c0ecc7aaf954e2212 (diff)
simple A/P
Diffstat (limited to 'httemplate/edit/process/vend_class.html')
-rw-r--r--httemplate/edit/process/vend_class.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/httemplate/edit/process/vend_class.html b/httemplate/edit/process/vend_class.html
new file mode 100644
index 000000000..6a7add60f
--- /dev/null
+++ b/httemplate/edit/process/vend_class.html
@@ -0,0 +1,10 @@
+<& elements/process.html,
+ 'table' => 'vend_class',
+ 'viewall_dir' => 'browse',
+&>
+<%init>
+
+die "access denied"
+ unless $FS::CurrentUser::CurrentUser->access_right('Configuration');
+
+</%init>