[bugzilla-gnome-org-customizations] Show all patch related sidebar items under one 'Patches' section
- From: Andre Klapper <aklapper src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [bugzilla-gnome-org-customizations] Show all patch related sidebar items under one 'Patches' section
- Date: Tue, 10 Feb 2015 23:32:21 +0000 (UTC)
commit 39fe3b7dcd6000b6eef6f0f7eeb522f6e555f71a
Author: Andre Klapper <a9016009 gmx de>
Date: Wed Feb 11 00:30:55 2015 +0100
Show all patch related sidebar items under one 'Patches' section
Move "new Patches" down to "Patches" section (renamed from "Patch
Status"). Clarify total unreviewed vs. new unreviewed patches.
.../template/en/default/pages/browse.html.tmpl | 24 ++++++++++----------
1 files changed, 12 insertions(+), 12 deletions(-)
---
diff --git a/extensions/Browse/template/en/default/pages/browse.html.tmpl
b/extensions/Browse/template/en/default/pages/browse.html.tmpl
index 4641799..a5424f2 100644
--- a/extensions/Browse/template/en/default/pages/browse.html.tmpl
+++ b/extensions/Browse/template/en/default/pages/browse.html.tmpl
@@ -54,15 +54,6 @@
</tr>
<tr>
- <td>New Patches</td>
- <td align="right">
- <a href="page.cgi?id=patchreport.html&product=[%- product.name FILTER uri %]&max_days=7">
- [% new_patches FILTER html %]
- </a>
- </td>
- </tr>
-
- <tr>
<td>
<a class="boogle_edit"
href="javascript:addText('keywords:gnome-love')">GNOME-love
@@ -118,9 +109,18 @@
%]
</table>
- [% IF by_patch_status.size %]
+
<h3>Patches</h3>
<table border="0" cellpadding="0" cellspacing="0" class="figures">
+ <tr>
+ <td>New and unreviewed</td>
+ <td align="right">
+ <a href="page.cgi?id=patchreport.html&product=[%- product.name FILTER uri %]&max_days=7">
+ [% new_patches FILTER html %]
+ </a>
+ </td>
+ </tr>
+ [% IF by_patch_status.size %]
[% FOREACH col = by_patch_status %]
<tr>
<td>
@@ -128,7 +128,7 @@
<a class="boogle_edit"
href="javascript:addText('patch-status:[% col.0 FILTER js %]')"> -->
[% col.0 FILTER html %] <!-- </a> -->
- [% IF col.0 == 'none' %] (unreviewed)[% END %]
+ [% IF col.0 == 'none' %] (total unreviewed)[% END %]
</td>
<td align="right">
<a href="page.cgi?id=patchreport.html&product=[%- product.name FILTER uri
%]&patch-status=[% col.0 FILTER uri %]">
@@ -137,8 +137,8 @@
</td>
</tr>
[% END %]
+ [% END %]
</table>
- [% END %]
[% IF by_priority.size %]
<h3>Priority</h3>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]