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