[bugzilla-gnome-org-customizations] Kill "First Last Prev Next This bug is not in your last search results."
- From: Andre Klapper <aklapper src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [bugzilla-gnome-org-customizations] Kill "First Last Prev Next This bug is not in your last search results."
- Date: Wed, 11 Feb 2015 22:48:58 +0000 (UTC)
commit 4d593d88b1afc7f103b04ac092e4cc3a53bbfbae
Author: Andre Klapper <a9016009 gmx de>
Date: Wed Feb 11 23:47:57 2015 +0100
Kill "First Last Prev Next This bug is not in your last search results."
Bug 744313
extensions/TemplateOverrides/lib/Digests.pm | 1 +
.../template/en/default/bug/navigate.html.tmpl | 24 ++++++++++++++++++++
2 files changed, 25 insertions(+), 0 deletions(-)
---
diff --git a/extensions/TemplateOverrides/lib/Digests.pm b/extensions/TemplateOverrides/lib/Digests.pm
index 9a64834..207f942 100644
--- a/extensions/TemplateOverrides/lib/Digests.pm
+++ b/extensions/TemplateOverrides/lib/Digests.pm
@@ -23,6 +23,7 @@ sub overrides_digests {
'bug/comments.html.tmpl' => 'd68e98b67eac9cd74ec7b0b663734f7a14953788864135be076a8cb03d648f09',
'bug/create/comment-guided.txt.tmpl' =>
'cb35f63f69f2d1df937676c6faee9c1cbbfac37a95460970cbca6849b09a6286',
'bug/create/create-guided.html.tmpl' =>
'179b44af75073441734201d0ac6c660ef94960f7f172642e8c8c2edf91c8ccab',
+ 'bug/navigate.html.tmpl' => 'fb426f9e95e6d8627a344ef6c9b4aaf87aaee3386dfe6b2230a3525cb512f31a',
'bug/show.xml.tmpl' => '5db212d9751e3275253b548a7397c615ef217933468a3b3abc7489c729dfc501',
'global/choose-classification.html.tmpl' =>
'da8b876b1a79fb40b5ec2e46e6706b63aa0d6ec15a6a41c80ebc1ad889e6e0d4',
'global/choose-product.html.tmpl' =>
'ab607993022411e13f6cfa51d3c6c32e9309b4c54640347e67742baee8a5e941',
diff --git a/extensions/TemplateOverrides/template/en/default/bug/navigate.html.tmpl
b/extensions/TemplateOverrides/template/en/default/bug/navigate.html.tmpl
new file mode 100644
index 0000000..acc3b56
--- /dev/null
+++ b/extensions/TemplateOverrides/template/en/default/bug/navigate.html.tmpl
@@ -0,0 +1,24 @@
+[%# This Source Code Form is subject to the terms of the Mozilla Public
+ # License, v. 2.0. If a copy of the MPL was not distributed with this
+ # file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ #
+ # This Source Code Form is "Incompatible With Secondary Licenses", as
+ # defined by the Mozilla Public License, v. 2.0.
+ #%]
+
+[% RETURN IF !bug %]
+
+[% IF bottom_navigator == 1 %]
+ <ul class="related_actions">
+ <li><a href="show_bug.cgi?format=multiple&id=
+ [% bug.bug_id FILTER uri %]">Format For Printing</a></li>
+ <li> - <a href="show_bug.cgi?ctype=xml&id=
+ [% bug.bug_id FILTER uri %]">XML</a></li>
+ <li> - <a href="enter_bug.cgi?cloned_bug_id=
+ [% bug.bug_id FILTER uri %]">Clone This
+ [% terms.Bug %]</a></li>
+ [%# Links to more things users can do with this bug. %]
+ [% Hook.process("links") %]
+ <li> - <a href="#">Top of page </a></li>
+ </ul>
+[% END %]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]