From: mkanat%bugzilla.org <> Date: Wed, 16 Sep 2009 09:48:13 +0000 (+0000) Subject: Bug 516269: New Template Hook: after the bug comment textarea X-Git-Tag: bugzilla-3.4.3~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b0ae9e2c5e7723c19cca98d0d4797b761978045;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 3c45a0813a..1fc157060e 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -254,6 +254,7 @@ maxrows = 25 cols = constants.COMMENT_COLS %] + [% Hook.process("after_comment_textarea") %]
[% PROCESS commit_button id=""%]