aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2008-06-04 03:56:07 +0000
committermkanat%bugzilla.org <>2008-06-04 03:56:07 +0000
commit82734c04ad5d487818a1b466c0bc795819980e11 (patch)
tree4ffea46b24f06094b661038a5bb9b014444ae7be
parentBug 435114: The description of the LDAPstarttls parameter is not displayed in... (diff)
downloadbugzilla-82734c04ad5d487818a1b466c0bc795819980e11.tar.gz
bugzilla-82734c04ad5d487818a1b466c0bc795819980e11.tar.bz2
bugzilla-82734c04ad5d487818a1b466c0bc795819980e11.zip
Bug 437011: Add hook to show.xml.tmpl to add fields to the end of the xml
Patch By Elliotte Martin <elliotte_martin@yahoo.com> r=mkanat, a=mkanat
-rw-r--r--template/en/default/bug/show.xml.tmpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/template/en/default/bug/show.xml.tmpl b/template/en/default/bug/show.xml.tmpl
index 61b597f72..f481c6cf4 100644
--- a/template/en/default/bug/show.xml.tmpl
+++ b/template/en/default/bug/show.xml.tmpl
@@ -109,6 +109,9 @@
</attachment>
[% END %]
[% END %]
+
+ [% Hook.process("bug_end") %]
+
</bug>
[% END %]
[% END %]