@@ -42,6 +42,7 | |||
|
42 | 42 | <% else %> |
|
43 | 43 | <%= render :partial => 'issues/list', :locals => {:issues => @issues, :query => @query} %> |
|
44 | 44 | <p class="pagination"><%= pagination_links_full @issue_pages, @issue_count %></p> |
|
45 | <% end %> | |
|
45 | 46 | |
|
46 | 47 | <p class="other-formats"> |
|
47 | 48 | <%= l(:label_export_to) %> |
@@ -50,7 +51,6 | |||
|
50 | 51 | <span><%= link_to 'PDF', {:format => 'pdf'}, :class => 'pdf' %></span> |
|
51 | 52 | </p> |
|
52 | 53 | <% end %> |
|
53 | <% end %> | |
|
54 | 54 | |
|
55 | 55 | <% content_for :sidebar do %> |
|
56 | 56 | <%= render :partial => 'issues/sidebar' %> |
@@ -11,12 +11,12 | |||
|
11 | 11 | <%= text_field_tag 'settings[issues_export_limit]', Setting.issues_export_limit, :size => 6 %></p> |
|
12 | 12 | </div> |
|
13 | 13 | |
|
14 | <fieldset class="box"><legend><%= l(:setting_issue_list_default_columns) %></legend> | |
|
14 | <fieldset class="box settings"><legend><%= l(:setting_issue_list_default_columns) %></legend> | |
|
15 | 15 | <%= hidden_field_tag 'settings[issue_list_default_columns][]', '' %> |
|
16 |
|
|
|
16 | <% Query.new.available_columns.each do |column| %> | |
|
17 | 17 | <label><%= check_box_tag 'settings[issue_list_default_columns][]', column.name, Setting.issue_list_default_columns.include?(column.name.to_s) %> |
|
18 |
|
|
|
19 |
<% end %> |
|
|
18 | <%= column.caption %></label><br /> | |
|
19 | <% end %> | |
|
20 | 20 | </fieldset> |
|
21 | 21 | |
|
22 | 22 | <%= submit_tag l(:button_save) %> |
@@ -10,8 +10,10 http://www.redmine.org/ | |||
|
10 | 10 | * Send an email to the user when an administrator activates a registered user |
|
11 | 11 | * Strip keywords from received email body |
|
12 | 12 | * Footer updated to 2009 |
|
13 | * Show RSS-link even when no issues is found | |
|
13 | 14 | * Fixed: exporting an issue with attachments to PDF raises an error |
|
14 | 15 | * Fixed: "too few arguments" error may occur on activerecord error translation |
|
16 | * Fixed: "Default columns Displayed on the Issues list" setting is not easy to read | |
|
15 | 17 | |
|
16 | 18 | |
|
17 | 19 | == 2009-02-15 v0.8.1 |
General Comments 0
You need to be logged in to leave comments.
Login now