]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 437008: Add hook to edit.html.tmpl to show additional fields
authormkanat%bugzilla.org <>
Wed, 4 Jun 2008 03:40:12 +0000 (03:40 +0000)
committermkanat%bugzilla.org <>
Wed, 4 Jun 2008 03:40:12 +0000 (03:40 +0000)
Patch By Elliotte Martin <elliotte_martin@yahoo.com> r=mkanat, a=mkanat

template/en/default/bug/edit.html.tmpl

index 7caed087b6299ab25c31438b66b5a3b4c6941c89..27b778687c5b16fdf47e9e9c4e0fcca5122a1593 100644 (file)
@@ -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 %]
          
          [% PROCESS section_spacer %]
          
+         [% Hook.process("after_custom_fields") %]
+                
          [% PROCESS section_flags %]
 
         </table>