From d3600e729fbcbadad2923fadabeabae02620e755 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 24 Dec 2006 16:35:25 +0000 Subject: css cleaning git-svn-id: http://redmine.rubyforge.org/svn/trunk@108 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/reports/_details.rhtml | 21 +++++++++++---------- app/views/reports/_simple.rhtml | 19 ++++++++++--------- 2 files changed, 21 insertions(+), 19 deletions(-) (limited to 'app/views/reports') diff --git a/app/views/reports/_details.rhtml b/app/views/reports/_details.rhtml index 12a16c1e7..1d791e0c7 100644 --- a/app/views/reports/_details.rhtml +++ b/app/views/reports/_details.rhtml @@ -2,17 +2,17 @@

<%=l(:label_no_data)%>

<% else %> <% col_width = 70 / (@statuses.length+3) %> - - - +
+ + <% for status in @statuses %> - + <% end %> - - - - - + + + + + <% for row in rows %> "> -<% end %> +<% end %> +
<%= status.name %>
<%= status.name %>
<%=l(:label_open_issues_plural)%><%=l(:label_closed_issues_plural)%><%=l(:label_total)%>
<%=l(:label_open_issues_plural)%><%=l(:label_closed_issues_plural)%><%=l(:label_total)%>
<%= link_to row.name, :controller => 'projects', :action => 'list_issues', :id => @project, @@ -40,8 +40,9 @@ :set_filter => 1, "#{field_name}" => row.id, "status_id" => "*" %>
<% end reset_cycle %> \ No newline at end of file diff --git a/app/views/reports/_simple.rhtml b/app/views/reports/_simple.rhtml index 778b9cbde..24cbd9b7f 100644 --- a/app/views/reports/_simple.rhtml +++ b/app/views/reports/_simple.rhtml @@ -1,14 +1,14 @@ <% if @statuses.empty? or rows.empty? %>

<%=l(:label_no_data)%>

<% else %> - - - - - - - - +
<%=l(:label_open_issues_plural)%><%=l(:label_closed_issues_plural)%><%=l(:label_total)%>
+ + + + + + + <% for row in rows %> "> -<% end %> +<% end %> +
<%=l(:label_open_issues_plural)%><%=l(:label_closed_issues_plural)%><%=l(:label_total)%>
<%= link_to row.name, :controller => 'projects', :action => 'list_issues', :id => @project, @@ -29,8 +29,9 @@ :set_filter => 1, "#{field_name}" => row.id, "status_id" => "*" %>
<% end reset_cycle %> \ No newline at end of file -- cgit v1.2.3