diff options
author | Tiago Mello <timello@bugzilla.org> | 2013-05-10 13:23:10 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2013-05-10 13:23:10 +0200 |
commit | f92a5f03ea670c89be57ccdb16dba276099abdc5 (patch) | |
tree | 51adb03cf0c34c8fe31f201ae63b16d7541b8ed9 /template/en/default | |
parent | a7859e10d9456dbe17373ebfdd1a22cc88a4c754 (diff) | |
download | bugzilla-f92a5f03ea670c89be57ccdb16dba276099abdc5.tar.gz bugzilla-f92a5f03ea670c89be57ccdb16dba276099abdc5.tar.xz |
Bug 842068: Add 'group_updated_fields' hook to 'global/messages.html.tmpl'
r=dkl a=LpSolit
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/global/messages.html.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl index 7dc3767f4..95b74f1df 100644 --- a/template/en/default/global/messages.html.tmpl +++ b/template/en/default/global/messages.html.tmpl @@ -421,6 +421,8 @@ [% CASE 'visible_to_me_remove' %] <li>This group may no longer see users in the following groups: [%+ changes.visible_to_me_remove.join(', ') FILTER html %]</li> + [% CASE %] + [% Hook.process('group_updated_fields') %] [% END %] [% END %] </ul> |