[bugzilla-gnome-org-customizations/production] [Browse] Only show Priority section if more than one value exists
- From: Andrea Veri <av src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [bugzilla-gnome-org-customizations/production] [Browse] Only show Priority section if more than one value exists
- Date: Wed, 11 Feb 2015 11:49:06 +0000 (UTC)
commit 06a00fc768c9ab2656d9957a0d4a7c555d60cde4
Author: Andre Klapper <a9016009 gmx de>
Date: Wed Feb 11 01:32:56 2015 +0100
[Browse] Only show Priority section if more than one value exists
.../template/en/default/pages/browse.html.tmpl | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/extensions/Browse/template/en/default/pages/browse.html.tmpl
b/extensions/Browse/template/en/default/pages/browse.html.tmpl
index 7aefc10..6d516f9 100644
--- a/extensions/Browse/template/en/default/pages/browse.html.tmpl
+++ b/extensions/Browse/template/en/default/pages/browse.html.tmpl
@@ -257,11 +257,11 @@ Browse:
<th>Milestones</th>
<td> </td>
[% END %]
- [% IF by_priority.size %]
+ [% IF by_priority.size > 1 %]
<th>Priority</th>
+ <td> </td>
[% END %]
[% IF by_severity.size %]
- <td> </td>
<th>Severity</th>
[% END %]
</tr>
@@ -285,7 +285,7 @@ Browse:
<td> </td>
[% END %]
- [% IF by_priority.size %]
+ [% IF by_priority.size > 1 %]
<td valign="top">
<table border="0" cellpadding="0" cellspacing="0" class="figures">
[% FOREACH col = by_priority %]
@@ -303,10 +303,10 @@ Browse:
[% END %]
</table>
</td>
+ <td> </td>
[% END %]
[% IF by_severity.size %]
- <td> </td>
<td valign="top">
<table border="0" cellpadding="0" cellspacing="0" class="figures">
[% FOREACH col = by_severity %]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]