[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [websites/bugs-kde-org/kde] /: Choose component table redone to make sense
From:       Eugene Trounev <eugene.trounev () gmail ! com>
Date:       2012-04-07 15:39:30
Message-ID: 20120407153930.844D2A60A9 () git ! kde ! org
[Download RAW message or body]

Git commit 8287af0cce8848f8044953108e4be2572461a672 by Eugene Trounev.
Committed on 07/04/2012 at 17:38.
Pushed by trounev into branch 'kde'.

Choose component table redone to make sense

M  +1    -1    skins/custom/global.css
A  +78   -0    template/en/custom/reports/components.html.tmpl

http://commits.kde.org/websites/bugs-kde-org/8287af0cce8848f8044953108e4be2572461a672

diff --git a/skins/custom/global.css b/skins/custom/global.css
index cd29704..2093b16 100644
--- a/skins/custom/global.css
+++ b/skins/custom/global.css
@@ -3665,7 +3665,7 @@ small.editme {
 	background-color: transparent;
 }
 
-#comments .table th, .table td {
+#comments .table th,#comments .table td {
 	padding: 0px;
 	border-top: 0;
 }
diff --git a/template/en/custom/reports/components.html.tmpl \
b/template/en/custom/reports/components.html.tmpl new file mode 100644
index 0000000..8d40789
--- /dev/null
+++ b/template/en/custom/reports/components.html.tmpl
@@ -0,0 +1,78 @@
+[%# The contents of this file are subject to the Mozilla Public
+  # License Version 1.1 (the "License"); you may not use this file
+  # except in compliance with the License. You may obtain a copy of
+  # the License at http://www.mozilla.org/MPL/
+  #
+  # Software distributed under the License is distributed on an "AS
+  # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
+  # implied. See the License for the specific language governing
+  # rights and limitations under the License.
+  #
+  # The Original Code is the Bugzilla Bug Tracking System.
+  #
+  # The Initial Developer of the Original Code is Netscape Communications
+  # Corporation. Portions created by Netscape are
+  # Copyright (C) 1998 Netscape Communications Corporation. All
+  # Rights Reserved.
+  #
+  # Contributor(s): Bradley Baetz <bbaetz@student.usyd.edu.au>
+  #                 Max Kanat-Alexander <mkanat@bugzilla.org>
+  #%]
+
+[%# INTERFACE:
+  # product: object. The product for which we want to display component
+  # descriptions.
+  #%]
+
+[% title = BLOCK %]
+  Components for [% product.name FILTER html %]
+[% END %]
+
+[% PROCESS global/header.html.tmpl 
+  style_urls = [ "skins/standard/reports.css" ]
+  title = title 
+%]
+
+[% IF Param("useqacontact") %]
+  [% numcols = 3 %]
+[% ELSE %]
+  [% numcols = 2 %]
+[% END %]
+
+<h2><img class="title-icon" src="skins/custom/img/step2.png"/>Select a component of \
"[% product.name FILTER html %]" +<small>to see open [% terms.bugs %] in that \
component</small> +</h2>
+
+<table summary="Components table"
+       class="table-striped component_table" cellspacing="0" cellpadding="0">
+
+  <tbody>
+  [% FOREACH comp = product.components %]
+    [% INCLUDE describe_comp %]
+  [% END %]
+  </tbody>
+</table>
+
+[% PROCESS global/footer.html.tmpl %]
+
+[%############################################################################%]
+[%# BLOCK for components                                                      %]
+[%############################################################################%]
+
+[% BLOCK describe_comp %]
+  <tr id="[% comp.name FILTER html %]">
+    <td style="text-align:right;">
+      <h3><a href="buglist.cgi?product=
+               [%- product.name FILTER uri %]&amp;component=
+               [%- comp.name FILTER uri %]&amp;resolution=---">
+      [% comp.name FILTER html %]</a></h3>
+    </td>
+    <td>
+    	  [% comp.description FILTER html_light %] <br/>
+      Default Assignee: <code>[% INCLUDE global/user.html.tmpl who = \
comp.default_assignee %]</code> +       [% IF Param("useqacontact") %]
+       		, Default QA Contact: <code>[% INCLUDE global/user.html.tmpl who = \
comp.default_qa_contact %]</code> +       [% END %]
+    </td>
+  </tr>
+[% END %]


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic