From: Ivan Kohler Date: Mon, 9 Dec 2013 23:06:37 +0000 (-0800) Subject: fix config menu access for message templates without Configuration, RT#25994 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=2083f6fb050747ad589a6e1dd15a3f513e9e6ee4 fix config menu access for message templates without Configuration, RT#25994 --- 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, '' ];