summaryrefslogtreecommitdiff
path: root/httemplate/edit/hardware_status.html
blob: ee5f25db80344d9c12ff161e05aa38f1e4964cf7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<% include( 'elements/edit.html',
                 'name'   => 'Hardware Status',
                 'table'  => 'hardware_status',
                 'labels' => { 
                               'statusnum' => 'Status number',
                               'label'     => 'Description' ,
                             },
                 'viewall_dir' => 'browse',
           )
%>
<%init>

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

</%init>