From: Tiago Mello Date: Wed, 19 May 2010 16:30:49 +0000 (-0700) Subject: Bug 565650: Add a new hook in the field-help template to allow custom fields X-Git-Tag: bugzilla-3.7.1~65 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6debb025873ef6df5328a01ed1d4b4848866a91a;p=thirdparty%2Fbugzilla.git Bug 565650: Add a new hook in the field-help template to allow custom fields to be documented r=mkanat, a=mkanat --- diff --git a/template/en/default/bug/field-help.none.tmpl b/template/en/default/bug/field-help.none.tmpl index a8129a1e3e..558cad6c64 100644 --- a/template/en/default/bug/field-help.none.tmpl +++ b/template/en/default/bug/field-help.none.tmpl @@ -235,3 +235,5 @@ email1 => [% SET type_name = help_field _ '_type' %] [% help_html.$type_name = type_desc %] [% END %] + +[% Hook.process("end") %]