From 6b0ae9e2c5e7723c19cca98d0d4797b761978045 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Wed, 16 Sep 2009 09:48:13 +0000 Subject: [PATCH] Bug 516269: New Template Hook: after the bug comment textarea Patch by Frederic Peters r=mkanat, a=mkanat --- template/en/default/bug/edit.html.tmpl | 1 + 1 file changed, 1 insertion(+) 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=""%] -- 2.47.2