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

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

</%init>