[bugzilla-gnome-org-customizations/production] Swap 'Components/Version' and 'TMs/Priority/Severity' sections



commit 778ece7bd77cd152ac518ad1188e0cd56b07e05c
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>&nbsp;</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 %]&amp;component=[% col.0 FILTER uri %]">[% col.1 FILTER html %]</a>
-      </td>
-    </tr>
-  [% END %]
-  </table>
-
-  </td>
-  <td>&nbsp;</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 %]&amp;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>&nbsp;</td>
@@ -367,6 +324,49 @@ Browse:
 </tr>
 </table>
 
+<table cellpadding="3" cellspacing="0">
+<tr>
+  <th>Components</th>
+  <td>&nbsp;</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 %]&amp;component=[% col.0 FILTER uri %]">[% col.1 FILTER html %]</a>
+      </td>
+    </tr>
+  [% END %]
+  </table>
+
+  </td>
+  <td>&nbsp;</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 %]&amp;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]