From f07729b883f93aab6eaf4dffaa9b725e36c6852a Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 22 Jul 2010 16:47:43 +0000 Subject: allow Configuration ACL to edit templates, RT#8324 --- httemplate/browse/msg_template.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'httemplate/browse') diff --git a/httemplate/browse/msg_template.html b/httemplate/browse/msg_template.html index 331906ccf..0cd33c797 100644 --- a/httemplate/browse/msg_template.html +++ b/httemplate/browse/msg_template.html @@ -20,7 +20,8 @@ die "access denied" unless $FS::CurrentUser::CurrentUser->access_right('Edit templates') - || $FS::CurrentUser::CurrentUser->access_right('Edit global templates'); + || $FS::CurrentUser::CurrentUser->access_right('Edit global templates') + || $FS::CurrentUser::CurrentUser->access_right('Configuration'); my $link = [ "${p}edit/msg_template.html?", 'msgnum' ]; -- cgit v1.2.1