From: myk%mozilla.org <> Date: Wed, 16 Mar 2005 01:48:34 +0000 (+0000) Subject: Fix for bug 284446: adds hooks useful for testrunner and other third-party extensions... X-Git-Tag: bugzilla-2.19.3~147 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5c3529c20575218e9f80e1be14fa48e746c8b4a;p=thirdparty%2Fbugzilla.git Fix for bug 284446: adds hooks useful for testrunner and other third-party extensions; r=gerv --- diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl index ce5aaa9224..a1a7d2f063 100644 --- a/template/en/default/bug/create/create.html.tmpl +++ b/template/en/default/bug/create/create.html.tmpl @@ -420,6 +420,9 @@ function set_assign_to() { +[%# Links or content with more information about the bug being created. %] +[% Hook.process("end") %] + [% PROCESS global/footer.html.tmpl %] [%############################################################################%] diff --git a/template/en/default/bug/knob.html.tmpl b/template/en/default/bug/knob.html.tmpl index 0adb69928c..f738216753 100644 --- a/template/en/default/bug/knob.html.tmpl +++ b/template/en/default/bug/knob.html.tmpl @@ -171,6 +171,9 @@ Format For Printing   |   Clone This [% terms.Bug %] + + [%# Links to more things users can do with this bug. %] + [% Hook.process("links") %] diff --git a/template/en/default/bug/process/results.html.tmpl b/template/en/default/bug/process/results.html.tmpl index f3e7a07913..f6305f554b 100644 --- a/template/en/default/bug/process/results.html.tmpl +++ b/template/en/default/bug/process/results.html.tmpl @@ -55,6 +55,8 @@ Back To [% terms.Bug %]# [% id %] + [%# Links to more information about the changed bug. %] + [% Hook.process("links") %] diff --git a/template/en/default/global/useful-links.html.tmpl b/template/en/default/global/useful-links.html.tmpl index 36a08a8b89..bb7dadab6c 100644 --- a/template/en/default/global/useful-links.html.tmpl +++ b/template/en/default/global/useful-links.html.tmpl @@ -123,5 +123,8 @@ [% END %] + + [%# Sections of links to more things users can do on this installation. %] + [% Hook.process("end") %] diff --git a/template/en/default/index.html.tmpl b/template/en/default/index.html.tmpl index c1bdf62c5e..d7f6be6f77 100644 --- a/template/en/default/index.html.tmpl +++ b/template/en/default/index.html.tmpl @@ -78,6 +78,10 @@ function addSidebar() { [% END %] [% END %] + + [%# List items of links to more things users can do on this installation. %] + [% Hook.process("links") %] +
Send Mail to [% terms.Bug %] Owners | [% END %] + + [%# Links to more things users can do with this bug list. %] + [% Hook.process("links") %] [% END %]