зеркало из https://github.com/mozilla/pjs.git
Fix for bug 284446: adds hooks useful for testrunner and other third-party extensions; r=gerv
This commit is contained in:
Родитель
57bd0d29d3
Коммит
0c122604cb
|
@ -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 %]
|
||||
|
||||
[%############################################################################%]
|
||||
|
|
|
@ -171,6 +171,9 @@
|
|||
<a href="show_bug.cgi?format=multiple&id=[% bug.bug_id %]">Format For Printing</a>
|
||||
|
|
||||
<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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -123,5 +123,8 @@
|
|||
[% END %]
|
||||
</div>
|
||||
</div>
|
||||
|
||||
[%# Sections of links to more things users can do on this installation. %]
|
||||
[% Hook.process("end") %]
|
||||
</div>
|
||||
</form>
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -168,6 +168,9 @@
|
|||
<a href="mailto:
|
||||
[% bugowners FILTER html %]">Send Mail to [% terms.Bug %] Owners</a> |
|
||||
[% END %]
|
||||
|
||||
[%# Links to more things users can do with this bug list. %]
|
||||
[% Hook.process("links") %]
|
||||
</td>
|
||||
[% END %]
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче