[bugzilla-gnome-org-customizations] Swap 'Components/Version' and 'TMs/Priority/Severity' sections
- From: Andre Klapper <aklapper src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [bugzilla-gnome-org-customizations] Swap 'Components/Version' and 'TMs/Priority/Severity' sections
- Date: Wed, 11 Feb 2015 00:27:43 +0000 (UTC)
commit ce46fff977adf1c82d20ea65f95034f5df9413e1
Author: Andre Klapper <a9016009 gmx de>
Date: Wed Feb 11 01:26:33 2015 +0100
Swap 'Components/Version' and 'TMs/Priority/Severity' sections
Because 'TMs/Priority/Severity' are more relevant for project
management and more often changing than the rather static list
of components and versions.
.../template/en/default/pages/browse.html.tmpl | 86 ++++++++++----------
1 files changed, 43 insertions(+), 43 deletions(-)
---
diff --git a/extensions/Browse/template/en/default/pages/browse.html.tmpl
b/extensions/Browse/template/en/default/pages/browse.html.tmpl
index 1235b78..7ac9b8d 100644
--- a/extensions/Browse/template/en/default/pages/browse.html.tmpl
+++ b/extensions/Browse/template/en/default/pages/browse.html.tmpl
@@ -253,49 +253,6 @@ Browse:
<table cellpadding="3" cellspacing="0">
<tr>
- <th>Components</th>
- <td> </td>
- <th>Versions</th>
-</tr>
-<tr>
- <td valign="top">
-
- <table border="0" cellpadding="0" cellspacing="0" class="figures">
- [% FOREACH col = by_component %]
- <tr>
- <td>
- <a class="boogle_edit" href="javascript:addText('component:[% col.0 FILTER js %]')">[% col.0 FILTER
html %]</a>
- </td>
- <td align="right">
- <a href="[% buglink FILTER html %]&component=[% col.0 FILTER uri %]">[% col.1 FILTER html %]</a>
- </td>
- </tr>
- [% END %]
- </table>
-
- </td>
- <td> </td>
- <td valign="top">
-
- <table border="0" cellpadding="0" cellspacing="0" class="figures">
- [% FOREACH col = by_version %]
- <tr>
- <td>
- <a class="boogle_edit" href="javascript:addText('version:[% col.0 FILTER js %]')">[% col.0 FILTER
html %]</a>
- </td>
- <td align="right">
- <a href="[% buglink FILTER html %]&version=[% col.0 FILTER uri %]">[% col.1 FILTER html %]</a>
- </td>
- </tr>
- [% END %]
- </table>
-
- </td>
-</tr>
-</table>
-
-<table cellpadding="3" cellspacing="0">
-<tr>
<th>Milestones</th>
[% IF by_priority.size %]
<td> </td>
@@ -367,6 +324,49 @@ Browse:
</tr>
</table>
+<table cellpadding="3" cellspacing="0">
+<tr>
+ <th>Components</th>
+ <td> </td>
+ <th>Versions</th>
+</tr>
+<tr>
+ <td valign="top">
+
+ <table border="0" cellpadding="0" cellspacing="0" class="figures">
+ [% FOREACH col = by_component %]
+ <tr>
+ <td>
+ <a class="boogle_edit" href="javascript:addText('component:[% col.0 FILTER js %]')">[% col.0 FILTER
html %]</a>
+ </td>
+ <td align="right">
+ <a href="[% buglink FILTER html %]&component=[% col.0 FILTER uri %]">[% col.1 FILTER html %]</a>
+ </td>
+ </tr>
+ [% END %]
+ </table>
+
+ </td>
+ <td> </td>
+ <td valign="top">
+
+ <table border="0" cellpadding="0" cellspacing="0" class="figures">
+ [% FOREACH col = by_version %]
+ <tr>
+ <td>
+ <a class="boogle_edit" href="javascript:addText('version:[% col.0 FILTER js %]')">[% col.0 FILTER
html %]</a>
+ </td>
+ <td align="right">
+ <a href="[% buglink FILTER html %]&version=[% col.0 FILTER uri %]">[% col.1 FILTER html %]</a>
+ </td>
+ </tr>
+ [% END %]
+ </table>
+
+ </td>
+</tr>
+</table>
+
<form class="fixedquery" name="fixedquery" action="buglist.cgi" method="get">
<div>
<p>Find all [% terms.bugs %] marked as fixed since
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]