diff options
author | mkanat%bugzilla.org <> | 2008-06-04 06:00:35 +0200 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2008-06-04 06:00:35 +0200 |
commit | 87cdd1c7afb9c11e2d2fdc246f79c3a0e42de0e8 (patch) | |
tree | 7edf0429492be23291efa9140bb1b11752368098 /template | |
parent | 003be1edfb45d02fe3ef7512875850a94199af19 (diff) | |
download | bugzilla-87cdd1c7afb9c11e2d2fdc246f79c3a0e42de0e8.tar.gz bugzilla-87cdd1c7afb9c11e2d2fdc246f79c3a0e42de0e8.tar.xz |
Bug 437013: Add hook to edit-multiple.html.tmpl to add fields to display
Patch By Elliotte Martin <elliotte_martin@yahoo.com> r=mkanat, a=mkanat
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/list/edit-multiple.html.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/template/en/default/list/edit-multiple.html.tmpl b/template/en/default/list/edit-multiple.html.tmpl index fef4c0c99..238763e06 100644 --- a/template/en/default/list/edit-multiple.html.tmpl +++ b/template/en/default/list/edit-multiple.html.tmpl @@ -253,6 +253,8 @@ </tr> [% END %] + [% Hook.process("after_custom_fields") %] + </table> [% IF use_keywords %] |