diff options
author | Ivan Kohler <ivan@freeside.biz> | 2013-12-09 15:06:44 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2013-12-09 15:06:44 -0800 |
commit | 583ec4db4a0c585dab3713e538df17bbaf9a87d2 (patch) | |
tree | 3ac3e083c3b3245dd05fe46c0f8daa6678cd1fc4 /httemplate/elements | |
parent | 247fdecf7a2f5960128cb0f61703fcc3a1e1990f (diff) |
fix config menu access for message templates without Configuration, RT#25994
Diffstat (limited to 'httemplate/elements')
-rw-r--r-- | httemplate/elements/menu.html | 4 |
1 files changed, 4 insertions, 0 deletions
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, '' ]; |