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

die "access denied"
  unless $FS::CurrentUser::CurrentUser->access_right('Edit hardware classes and types');

</%init>