summaryrefslogtreecommitdiff
path: root/httemplate/edit/part_device.html
blob: 4f2fe93b4eb256c1de55de53b2e3400ae74df99d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<% include( 'elements/edit.html',
                 'name'   => 'Phone device type',
                 'table'  => 'part_device',
                 'labels' => { 
                               'devicepart' => 'Part number',
                               'devicename' => 'Device name',
                             },
                 'viewall_dir' => 'browse',
           )
%>
<%init>

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

</%init>