added package icon on changelog

git-svn-id: http://redmine.rubyforge.org/svn/trunk@164 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2007-01-15 20:14:06 +00:00
parent 51ea8b0295
commit 1e5362b1f7
3 changed files with 4 additions and 3 deletions

View File

@ -4,7 +4,7 @@
<div class="rightbox" style="width:140px;">
<%= start_form_tag %>
<strong><%=l(:label_tracker_plural)%></strong><br />
<p><strong><%=l(:label_tracker_plural)%></strong></p>
<% @trackers.each do |tracker| %>
<%= check_box_tag "tracker_ids[]", tracker.id, (@selected_tracker_ids.include? tracker.id.to_s) %>
<%= tracker.name %><br />
@ -17,7 +17,7 @@
@fixed_issues.each do |issue| %>
<% unless ver_id == issue.fixed_version_id %>
<% if ver_id %></ul><% end %>
<h3><%= issue.fixed_version.name %></h3>
<h3 class="icon22 icon22-package"><%= issue.fixed_version.name %></h3>
<p><%= format_date(issue.fixed_version.effective_date) %><br />
<%=h issue.fixed_version.description %></p>
<ul>

Binary file not shown.

After

Width:  |  Height:  |  Size: 679 B

View File

@ -141,7 +141,7 @@ background-position: 4px 50%;
.icon22 {
background-position: 0% 40%;
background-repeat: no-repeat;
padding-left: 24px;
padding-left: 26px;
line-height: 22px;
vertical-align: middle;
}
@ -175,6 +175,7 @@ vertical-align: middle;
.icon22-authent { background-image: url(../images/22x22/authent.png); }
.icon22-info { background-image: url(../images/22x22/info.png); }
.icon22-comment { background-image: url(../images/22x22/comment.png); }
.icon22-package { background-image: url(../images/22x22/package.png); }
/**************** Content styles ****************/