summaryrefslogtreecommitdiff
path: root/httemplate/elements
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-12-09 15:06:37 -0800
committerIvan Kohler <ivan@freeside.biz>2013-12-09 15:06:37 -0800
commit2083f6fb050747ad589a6e1dd15a3f513e9e6ee4 (patch)
tree410aeeee4f19138e5cac8f53b3dbb1964e31cc15 /httemplate/elements
parent24133168e2f0c2c1543080fd109edf141e2ac3af (diff)
fix config menu access for message templates without Configuration, RT#25994
Diffstat (limited to 'httemplate/elements')
-rw-r--r--httemplate/elements/menu.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html
index 833e889..b4fff22 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, '' ];