From: mkanat%bugzilla.org <> Date: Wed, 16 Sep 2009 09:49:24 +0000 (+0000) Subject: Bug 516269: New Template Hook: after the bug comment textarea X-Git-Tag: bugzilla-3.5.1~68 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33124d1c674fb7c6c9fa7eb015c8c887072913e1;p=thirdparty%2Fbugzilla.git Bug 516269: New Template Hook: after the bug comment textarea Patch by Frederic Peters r=mkanat, a=mkanat --- diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index 924eae3b53..7653064389 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -257,6 +257,7 @@ maxrows = 25 cols = constants.COMMENT_COLS %] + [% Hook.process("after_comment_textarea") %]
[% PROCESS commit_button id=""%]