diff options
author | mkanat%bugzilla.org <> | 2008-06-04 05:39:10 +0200 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2008-06-04 05:39:10 +0200 |
commit | 2544d68752b01fc59dcf4ea23b0e5ebc3cd9e1a4 (patch) | |
tree | 4f26ab262d5f2cc2fdf6df3b0aaf96cfb515b552 /template/en/default | |
parent | 8e545c066f2673fdb4b71d42dad9cce82c0bace1 (diff) | |
download | bugzilla-2544d68752b01fc59dcf4ea23b0e5ebc3cd9e1a4.tar.gz bugzilla-2544d68752b01fc59dcf4ea23b0e5ebc3cd9e1a4.tar.xz |
Bug 437008: Add hook to edit.html.tmpl to show additional fields
Patch By Elliotte Martin <elliotte_martin@yahoo.com> r=mkanat, a=mkanat
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/bug/edit.html.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index 7caed087b..27b778687 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -21,6 +21,7 @@ # Frédéric Buclin <LpSolit@gmail.com> # Olav Vitters <olav@bkor.dhs.org> # Guy Pyrzak <guy.pyrzak@gmail.com> + # Elliotte Martin <emartin@everythingsolved.com> #%] [% PROCESS global/variables.none.tmpl %] @@ -193,6 +194,8 @@ [% PROCESS section_spacer %] + [% Hook.process("after_custom_fields") %] + [% PROCESS section_flags %] </table> |