From: Tiago Mello Date: Fri, 10 May 2013 11:24:59 +0000 (+0200) Subject: Bug 842068: Add 'group_updated_fields' hook to 'global/messages.html.tmpl' X-Git-Tag: bugzilla-4.4~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86eec24b8f17a614ce60e98303f7499d13ba933b;p=thirdparty%2Fbugzilla.git Bug 842068: Add 'group_updated_fields' hook to 'global/messages.html.tmpl' r=dkl a=LpSolit --- diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl index 7dc3767f49..95b74f1dfe 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 %]