From 2083f6fb050747ad589a6e1dd15a3f513e9e6ee4 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Mon, 9 Dec 2013 15:06:37 -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 833e889b7..b4fff2285 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -844,6 +844,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.11.0