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

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

</%init>