This commit was generated by cvs2svn to compensate for changes in r11022,
[freeside.git] / httemplate / edit / process / hardware_type.html
1 <% include( 'elements/process.html',
2                'table'       => 'hardware_type',
3                'viewall_url' => 'browse/hardware_class.html',
4            )
5 %>
6 <%init>
7
8 die "access denied"
9   unless $FS::CurrentUser::CurrentUser->access_right('Configuration');
10
11 </%init>