Commit 2544d687 authored by mkanat%bugzilla.org's avatar mkanat%bugzilla.org

Bug 437008: Add hook to edit.html.tmpl to show additional fields

Patch By Elliotte Martin <elliotte_martin@yahoo.com> r=mkanat, a=mkanat
parent 8e545c06
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
# Frédéric Buclin <LpSolit@gmail.com> # Frédéric Buclin <LpSolit@gmail.com>
# Olav Vitters <olav@bkor.dhs.org> # Olav Vitters <olav@bkor.dhs.org>
# Guy Pyrzak <guy.pyrzak@gmail.com> # Guy Pyrzak <guy.pyrzak@gmail.com>
# Elliotte Martin <emartin@everythingsolved.com>
#%] #%]
[% PROCESS global/variables.none.tmpl %] [% PROCESS global/variables.none.tmpl %]
...@@ -193,6 +194,8 @@ ...@@ -193,6 +194,8 @@
[% PROCESS section_spacer %] [% PROCESS section_spacer %]
[% Hook.process("after_custom_fields") %]
[% PROCESS section_flags %] [% PROCESS section_flags %]
</table> </table>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment