1 | NO CONTENT: new file 100644, binary diff hidden |
|
NO CONTENT: new file 100644, binary diff hidden |
@@ -4,7 +4,7 | |||||
4 |
|
4 | |||
5 | <div class="rightbox" style="width:140px;"> |
|
5 | <div class="rightbox" style="width:140px;"> | |
6 | <%= start_form_tag %> |
|
6 | <%= start_form_tag %> | |
7 |
<strong><%=l(:label_tracker_plural)%></strong>< |
|
7 | <p><strong><%=l(:label_tracker_plural)%></strong></p> | |
8 | <% @trackers.each do |tracker| %> |
|
8 | <% @trackers.each do |tracker| %> | |
9 | <%= check_box_tag "tracker_ids[]", tracker.id, (@selected_tracker_ids.include? tracker.id.to_s) %> |
|
9 | <%= check_box_tag "tracker_ids[]", tracker.id, (@selected_tracker_ids.include? tracker.id.to_s) %> | |
10 | <%= tracker.name %><br /> |
|
10 | <%= tracker.name %><br /> | |
@@ -17,7 +17,7 | |||||
17 | @fixed_issues.each do |issue| %> |
|
17 | @fixed_issues.each do |issue| %> | |
18 | <% unless ver_id == issue.fixed_version_id %> |
|
18 | <% unless ver_id == issue.fixed_version_id %> | |
19 | <% if ver_id %></ul><% end %> |
|
19 | <% if ver_id %></ul><% end %> | |
20 | <h3><%= issue.fixed_version.name %></h3> |
|
20 | <h3 class="icon22 icon22-package"><%= issue.fixed_version.name %></h3> | |
21 | <p><%= format_date(issue.fixed_version.effective_date) %><br /> |
|
21 | <p><%= format_date(issue.fixed_version.effective_date) %><br /> | |
22 | <%=h issue.fixed_version.description %></p> |
|
22 | <%=h issue.fixed_version.description %></p> | |
23 | <ul> |
|
23 | <ul> |
@@ -141,7 +141,7 background-position: 4px 50%; | |||||
141 | .icon22 { |
|
141 | .icon22 { | |
142 | background-position: 0% 40%; |
|
142 | background-position: 0% 40%; | |
143 | background-repeat: no-repeat; |
|
143 | background-repeat: no-repeat; | |
144 |
padding-left: 2 |
|
144 | padding-left: 26px; | |
145 | line-height: 22px; |
|
145 | line-height: 22px; | |
146 | vertical-align: middle; |
|
146 | vertical-align: middle; | |
147 | } |
|
147 | } | |
@@ -175,6 +175,7 vertical-align: middle; | |||||
175 | .icon22-authent { background-image: url(../images/22x22/authent.png); } |
|
175 | .icon22-authent { background-image: url(../images/22x22/authent.png); } | |
176 | .icon22-info { background-image: url(../images/22x22/info.png); } |
|
176 | .icon22-info { background-image: url(../images/22x22/info.png); } | |
177 | .icon22-comment { background-image: url(../images/22x22/comment.png); } |
|
177 | .icon22-comment { background-image: url(../images/22x22/comment.png); } | |
|
178 | .icon22-package { background-image: url(../images/22x22/package.png); } | |||
178 |
|
179 | |||
179 | /**************** Content styles ****************/ |
|
180 | /**************** Content styles ****************/ | |
180 |
|
181 |
General Comments 0
You need to be logged in to leave comments.
Login now