@@ -23,7 +23,7 | |||||
23 | <tr class="group open"> |
|
23 | <tr class="group open"> | |
24 | <td colspan="<%= query.columns.size + 2 %>"> |
|
24 | <td colspan="<%= query.columns.size + 2 %>"> | |
25 | <span class="expander" onclick="toggleRowGroup(this);"> </span> |
|
25 | <span class="expander" onclick="toggleRowGroup(this);"> </span> | |
26 |
<%= group.blank? ? 'None' : column_content(@query.group_by_column, issue) %> <span class="count"> |
|
26 | <%= group.blank? ? 'None' : column_content(@query.group_by_column, issue) %> <span class="count"><%= @issue_count_by_group[group] %></span> | |
27 | <%= link_to_function("#{l(:button_collapse_all)}/#{l(:button_expand_all)}", |
|
27 | <%= link_to_function("#{l(:button_collapse_all)}/#{l(:button_expand_all)}", | |
28 | "toggleAllRowGroups(this)", :class => 'toggle-all') %> |
|
28 | "toggleAllRowGroups(this)", :class => 'toggle-all') %> | |
29 | </td> |
|
29 | </td> |
@@ -219,7 +219,7 table.plugins span.description { display: block; font-size: 0.9em; } | |||||
219 | table.plugins span.url { display: block; font-size: 0.9em; } |
|
219 | table.plugins span.url { display: block; font-size: 0.9em; } | |
220 |
|
220 | |||
221 | table.list tbody tr.group td { padding: 0.8em 0 0.5em 0.3em; font-weight: bold; border-bottom: 1px solid #ccc; } |
|
221 | table.list tbody tr.group td { padding: 0.8em 0 0.5em 0.3em; font-weight: bold; border-bottom: 1px solid #ccc; } | |
222 | table.list tbody tr.group span.count { color: #aaa; font-size: 80%; } |
|
222 | table.list tbody tr.group span.count {position:relative; top:-1px; color:#fff; font-size:10px; background:#9DB9D5; padding:0px 6px 1px 6px; border-radius:3px; margin-left:4px;} | |
223 | tr.group a.toggle-all { color: #aaa; font-size: 80%; font-weight: normal; display:none;} |
|
223 | tr.group a.toggle-all { color: #aaa; font-size: 80%; font-weight: normal; display:none;} | |
224 | tr.group:hover a.toggle-all { display:inline;} |
|
224 | tr.group:hover a.toggle-all { display:inline;} | |
225 | a.toggle-all:hover {text-decoration:none;} |
|
225 | a.toggle-all:hover {text-decoration:none;} |
General Comments 0
You need to be logged in to leave comments.
Login now