From: Tiago Mello Date: Tue, 26 Jul 2011 00:22:30 +0000 (-0300) Subject: Bug 674089: Add a new hook 'end_object_name' in user-error.html.tmpl template X-Git-Tag: bugzilla-4.0.2~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7655a969684b4ed5f9df18cc2cf74d36bc272f61;p=thirdparty%2Fbugzilla.git Bug 674089: Add a new hook 'end_object_name' in user-error.html.tmpl template r/a=mkanat --- diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index c90becc4fe..7c245f0a7a 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -1804,4 +1804,5 @@ [% SET field_name = matches.0 %] [% field_descs.$field_name FILTER html %] [% END %] + [% Hook.process('end_object_name', 'global/user-error.html.tmpl') %] [% END %]