@@ -9,8 +9,8 | |||||
9 | <p><%= setting_check_box :sequential_project_identifiers %></p> |
|
9 | <p><%= setting_check_box :sequential_project_identifiers %></p> | |
10 |
|
10 | |||
11 | <p><%= setting_select :new_project_user_role_id, |
|
11 | <p><%= setting_select :new_project_user_role_id, | |
12 |
|
|
12 | Role.find_all_givable.collect {|r| [r.name, r.id.to_s]}, | |
13 |
|
|
13 | :blank => "--- #{l(:actionview_instancetag_blank_option)} ---" %></p> | |
14 | </div> |
|
14 | </div> | |
15 |
|
15 | |||
16 | <%= submit_tag l(:button_save) %> |
|
16 | <%= submit_tag l(:button_save) %> |
General Comments 0
You need to be logged in to leave comments.
Login now