From: Tiago Mello Date: Tue, 26 Jul 2011 00:23:48 +0000 (-0300) Subject: Bug 674089: Add a new hook 'end_object_name' in user-error.html.tmpl template X-Git-Tag: bugzilla-4.1.3~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2767ac53baac9ddf0ae288f49b120f581abefb63;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 e6f69dca45..3e831c0c4d 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -1824,4 +1824,5 @@ [% SET field_name = matches.0 %] [% field_descs.$field_name FILTER html %] [% END %] + [% Hook.process('end_object_name', 'global/user-error.html.tmpl') %] [% END %]