svc_hardware and svc_dish, #11454
[freeside.git] / httemplate / edit / hardware_status.html
diff --git a/httemplate/edit/hardware_status.html b/httemplate/edit/hardware_status.html
new file mode 100644 (file)
index 0000000..ee5f25d
--- /dev/null
@@ -0,0 +1,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>