Mercurial > hg > soundsoftware-site
comparison .svn/pristine/ad/ad7462fa3902df8825690cb1e165b92bb8407c2c.svn-base @ 1296:038ba2d95de8 redmine-2.2
Fix redmine-2.2 branch update (add missing svn files)
author | Chris Cannam |
---|---|
date | Fri, 14 Jun 2013 09:05:06 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1294:3e4c3460b6ca | 1296:038ba2d95de8 |
---|---|
1 <%= form_tag({:action => 'edit', :tab => 'issues'}, :onsubmit => 'selectAllOptions("selected_columns");') do %> | |
2 | |
3 <div class="box tabular settings"> | |
4 <p><%= setting_check_box :cross_project_issue_relations %></p> | |
5 | |
6 <p><%= setting_select :cross_project_subtasks, cross_project_subtasks_options %></p> | |
7 | |
8 <p><%= setting_check_box :issue_group_assignment %></p> | |
9 | |
10 <p><%= setting_check_box :default_issue_start_date_to_creation_date %></p> | |
11 | |
12 <p><%= setting_check_box :display_subprojects_issues %></p> | |
13 | |
14 <p><%= setting_select :issue_done_ratio, Issue::DONE_RATIO_OPTIONS.collect {|i| [l("setting_issue_done_ratio_#{i}"), i]} %></p> | |
15 | |
16 <p><%= setting_multiselect :non_working_week_days, (1..7).map {|d| [day_name(d), d.to_s]}, :inline => true %></p> | |
17 | |
18 <p><%= setting_text_field :issues_export_limit, :size => 6 %></p> | |
19 | |
20 <p><%= setting_text_field :gantt_items_limit, :size => 6 %></p> | |
21 </div> | |
22 | |
23 <fieldset class="box"> | |
24 <legend><%= l(:setting_issue_list_default_columns) %></legend> | |
25 <%= render :partial => 'queries/columns', | |
26 :locals => { | |
27 :query => Query.new(:column_names => Setting.issue_list_default_columns), | |
28 :tag_name => 'settings[issue_list_default_columns][]' | |
29 } %> | |
30 </fieldset> | |
31 | |
32 <%= submit_tag l(:button_save) %> | |
33 <% end %> |