]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix for bug 284446: adds hooks useful for testrunner and other third-party extensions...
authormyk%mozilla.org <>
Wed, 16 Mar 2005 01:48:34 +0000 (01:48 +0000)
committermyk%mozilla.org <>
Wed, 16 Mar 2005 01:48:34 +0000 (01:48 +0000)
template/en/default/bug/create/create.html.tmpl
template/en/default/bug/knob.html.tmpl
template/en/default/bug/process/results.html.tmpl
template/en/default/global/useful-links.html.tmpl
template/en/default/index.html.tmpl
template/en/default/list/list.html.tmpl

index ce5aaa922495dc5a61cc20f70902414d1cd3ca55..a1a7d2f0636d169cba1bf3d82df5a1c4ca255f85 100644 (file)
@@ -420,6 +420,9 @@ function set_assign_to() {
   <input type="hidden" name="form_name" value="enter_bug">
 </form>
 
+[%# Links or content with more information about the bug being created. %]
+[% Hook.process("end") %]
+
 [% PROCESS global/footer.html.tmpl %]
 
 [%############################################################################%]
index 0adb69928cd5ace518f9ebeee3181e4d295779c8..f738216753ed79a2380223c00437edbc2dfc7d60 100644 (file)
         <a href="show_bug.cgi?format=multiple&amp;id=[% bug.bug_id %]">Format For Printing</a>
         &nbsp; | &nbsp;
         <a href="enter_bug.cgi?cloned_bug_id=[% bug.bug_id %]">Clone This [% terms.Bug %]</a>
+
+        [%# Links to more things users can do with this bug. %]
+        [% Hook.process("links") %]
       </b>
     </font>
 
index f3e7a07913282e0a5d9b6557022e60f1b685b47e..f6305f554b61e2544f0a3c6e13883c6059e2d922 100644 (file)
@@ -55,6 +55,8 @@
     </td>
     <td>
       <a href="show_bug.cgi?id=[% id %]">Back To [% terms.Bug %]# [% id %]</a>
+      [%# Links to more information about the changed bug. %]
+      [% Hook.process("links") %]
     </td>
   </tr>
 </table>
index 36a08a8b891b2481c5943be95421e1adc8535f91..bb7dadab6c828c9aa1a40d83eade2082ff74add2 100644 (file)
         [% END %]
     </div>
   </div>
+
+  [%# Sections of links to more things users can do on this installation. %]
+  [% Hook.process("end") %]
 </div>
 </form>
index c1bdf62c5e479ccd2ecc35bcf21367fadc954960..d7f6be6f77423ced836c6bd9dfba3fd95218721c 100644 (file)
@@ -78,6 +78,10 @@ function addSidebar() {
   [% END %]
 [% END %]
     <li id="sidebar"><a href="javascript:addSidebar()">Add to Sidebar</a> (requires a Mozilla browser like Mozilla Firefox)</li>
+
+    [%# List items of links to more things users can do on this installation. %]
+    [% Hook.process("links") %]
+
   </ul>
 
   <form id="show-bug" name="f" action="show_bug.cgi" method="get"
index ce42ed03a6d306906a981aff744c1c191aa8f837..4d0a3754489a12d53ecc29919e9a388efac41aeb 100644 (file)
           <a href="mailto:
             [% bugowners FILTER html %]">Send&nbsp;Mail&nbsp;to&nbsp;[% terms.Bug %]&nbsp;Owners</a> |
         [% END %]
+
+        [%# Links to more things users can do with this bug list. %]
+        [% Hook.process("links") %]
       </td>
     [% END %]