From cc772fa72bdc61a493fc9c1288b65237700baecc Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 22 Jul 2010 16:43:38 +0000 Subject: allow Configuration ACL to edit templates, RT#8324 --- httemplate/elements/menu.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'httemplate/elements') diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index 96e694ae3..cd928e6a8 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -418,7 +418,8 @@ tie my %config_phone, 'Tie::IxHash', tie my %config_misc, 'Tie::IxHash'; $config_misc{'Message templates'} = [ $fsurl.'browse/msg_template.html', 'Templates for customer notices' ] if $curuser->access_right('Edit templates') - || $curuser->access_right('Edit global templates'); + || $curuser->access_right('Edit global templates') + || $curuser->access_right('Configuration'); $config_misc{'Tags'} = [ $fsurl.'browse/part_tag.html', '' ] if $curuser->access_right('Configuration'); $config_misc{'Advertising sources'} = [ $fsurl.'browse/part_referral.html', 'Where a customer heard about your service. Tracked for informational purposes' ] -- cgit v1.2.1