diff options
author | mkanat%bugzilla.org <> | 2009-09-16 11:49:24 +0200 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2009-09-16 11:49:24 +0200 |
commit | 33124d1c674fb7c6c9fa7eb015c8c887072913e1 (patch) | |
tree | 04015d69bc264bed32d548de0cec79dd515c9ea2 /template | |
parent | 04ce200f8bf7486de16c3a44e5f34b1a72a91542 (diff) | |
download | bugzilla-33124d1c674fb7c6c9fa7eb015c8c887072913e1.tar.gz bugzilla-33124d1c674fb7c6c9fa7eb015c8c887072913e1.tar.xz |
Bug 516269: New Template Hook: after the bug comment textarea
Patch by Frederic Peters <fpeters@0d.be> r=mkanat, a=mkanat
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/bug/edit.html.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index 924eae3b5..765306438 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") %] <br> [% PROCESS commit_button id=""%] <table class="status" cellspacing="0" cellpadding="0"> |