From a3bc8ae55eb80d4517c64eaeb4b08df3ddf867f6 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Mon, 9 Dec 2013 14:43:35 -0800 Subject: alarm systems, types, central stations, RT#25994 --- httemplate/edit/process/alarm_system.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 httemplate/edit/process/alarm_system.html (limited to 'httemplate/edit/process/alarm_system.html') diff --git a/httemplate/edit/process/alarm_system.html b/httemplate/edit/process/alarm_system.html new file mode 100644 index 000000000..5fc663005 --- /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'); + + -- cgit v1.2.1