From 583ec4db4a0c585dab3713e538df17bbaf9a87d2 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Mon, 9 Dec 2013 15:06:44 -0800 Subject: [PATCH] fix config menu access for message templates without Configuration, RT#25994 --- httemplate/elements/menu.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index e7930dd94..9405b605a 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -819,6 +819,10 @@ $menu{'Configuration'} = [ \%config_menu, 'Configuration and setup' ] 'Alarm global configuration', 'Edit advertising sources', 'Edit global advertising sources', + 'View templates', + 'View global templates', + 'Edit templates', + 'Edit global templates', ]); $menu{'Help'} = [ \%help_menu, '' ]; -- 2.20.1