diff options
author | ivan <ivan> | 2010-08-17 07:00:24 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-08-17 07:00:24 +0000 |
commit | bd2273ebba5914a07cfa60e0e44739d6a8d76e53 (patch) | |
tree | 4abe65fb9cee12553547c8b616c2693f70b5c499 /httemplate/edit | |
parent | e416510ff04a9d3d8fa6626a9188fc143fb342d9 (diff) |
allow Configuration right to see global message templates, avoid weird surprises on upgrade
Diffstat (limited to 'httemplate/edit')
-rw-r--r-- | httemplate/edit/msg_template.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/msg_template.html b/httemplate/edit/msg_template.html index 460f4dcc2..a0030cedd 100644 --- a/httemplate/edit/msg_template.html +++ b/httemplate/edit/msg_template.html @@ -5,7 +5,7 @@ 'viewall_dir' => 'browse', 'agent_virt' => 1, 'agent_null' => 1, - 'agent_null_right' => 'Edit global templates', + 'agent_null_right' => ['Edit global templates', 'Configuration'], 'fields' => [ 'msgname', 'subject', |