Mercurial > hg > soundsoftware-site
comparison .svn/pristine/05/058893711420b566bb0870dfb2af89cb84e5e16b.svn-base @ 1517:dffacf8a6908 redmine-2.5
Update to Redmine SVN revision 13367 on 2.5-stable branch
author | Chris Cannam |
---|---|
date | Tue, 09 Sep 2014 09:29:00 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1516:b450a9d58aed | 1517:dffacf8a6908 |
---|---|
1 <%= form_tag({:action => 'edit', :tab => 'projects'}) do %> | |
2 | |
3 <div class="box tabular settings"> | |
4 <p><%= setting_check_box :default_projects_public %></p> | |
5 | |
6 <p><%= setting_multiselect(:default_projects_modules, | |
7 Redmine::AccessControl.available_project_modules.collect {|m| [l_or_humanize(m, :prefix => "project_module_"), m.to_s]}) %></p> | |
8 | |
9 <p><%= setting_multiselect(:default_projects_tracker_ids, | |
10 Tracker.sorted.collect {|t| [t.name, t.id.to_s]}) %></p> | |
11 | |
12 <p><%= setting_check_box :sequential_project_identifiers %></p> | |
13 | |
14 <p><%= setting_select :new_project_user_role_id, | |
15 Role.find_all_givable.collect {|r| [r.name, r.id.to_s]}, | |
16 :blank => "--- #{l(:actionview_instancetag_blank_option)} ---" %></p> | |
17 </div> | |
18 | |
19 <%= submit_tag l(:button_save) %> | |
20 <% end %> |