svc_hardware and svc_dish, #11454
[freeside.git] / httemplate / edit / hardware_status.html
1 <% include( 'elements/edit.html',
2                  'name'   => 'Hardware Status',
3                  'table'  => 'hardware_status',
4                  'labels' => { 
5                                'statusnum' => 'Status number',
6                                'label'     => 'Description' ,
7                              },
8                  'viewall_dir' => 'browse',
9            )
10 %>
11 <%init>
12
13 die "access denied"
14   unless $FS::CurrentUser::CurrentUser->access_right('Configuration');
15
16 </%init>