summaryrefslogtreecommitdiff
path: root/httemplate/edit/process/alarm_system.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/edit/process/alarm_system.html')
-rw-r--r--httemplate/edit/process/alarm_system.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/httemplate/edit/process/alarm_system.html b/httemplate/edit/process/alarm_system.html
new file mode 100644
index 0000000..5fc6630
--- /dev/null
+++ b/httemplate/edit/process/alarm_system.html
@@ -0,0 +1,11 @@
+<& elements/process.html,
+ 'table' => 'alarm_system',
+ 'viewall_dir' => 'browse',
+&>
+<%init>
+
+die "access denied"
+ unless $FS::CurrentUser::CurrentUser->access_right('Alarm configuration')
+ || $FS::CurrentUser::CurrentUser->access_right('Alarm global configuration');
+
+</%init>