diff options
author | Ivan Kohler <ivan@freeside.biz> | 2013-07-31 03:36:14 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2013-07-31 03:36:14 -0700 |
commit | f264598260908d2442fe1aed2ce3784ce51254e6 (patch) | |
tree | bd0f6efc5b41c49084a9d193a59c3e4a7672ba81 /httemplate/edit/process/vend_class.html | |
parent | 449e3c3b4fe9b4f55950951c0ecc7aaf954e2212 (diff) |
simple A/P
Diffstat (limited to 'httemplate/edit/process/vend_class.html')
-rw-r--r-- | httemplate/edit/process/vend_class.html | 10 |
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> |