From f92a5f03ea670c89be57ccdb16dba276099abdc5 Mon Sep 17 00:00:00 2001 From: Tiago Mello Date: Fri, 10 May 2013 13:23:10 +0200 Subject: Bug 842068: Add 'group_updated_fields' hook to 'global/messages.html.tmpl' r=dkl a=LpSolit --- template/en/default/global/messages.html.tmpl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'template') 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' %]
  • This group may no longer see users in the following groups: [%+ changes.visible_to_me_remove.join(', ') FILTER html %]
  • + [% CASE %] + [% Hook.process('group_updated_fields') %] [% END %] [% END %] -- cgit v1.2.3-24-g4f1b