@@ -3,8 +3,7 | |||||
3 | :html => {:id => 'modules-form', |
|
3 | :html => {:id => 'modules-form', | |
4 | :method => :post} do |f| %> |
|
4 | :method => :post} do |f| %> | |
5 |
|
5 | |||
6 |
< |
|
6 | <fieldset class="box"> | |
7 | <fieldset> |
|
|||
8 | <legend><%= l(:text_select_project_modules) %></legend> |
|
7 | <legend><%= l(:text_select_project_modules) %></legend> | |
9 |
|
8 | |||
10 | <% Redmine::AccessControl.available_project_modules.each do |m| %> |
|
9 | <% Redmine::AccessControl.available_project_modules.each do |m| %> | |
@@ -12,9 +11,8 | |||||
12 | <%= l_or_humanize(m, :prefix => "project_module_") %></label></p> |
|
11 | <%= l_or_humanize(m, :prefix => "project_module_") %></label></p> | |
13 | <% end %> |
|
12 | <% end %> | |
14 | </fieldset> |
|
13 | </fieldset> | |
15 | </div> |
|
|||
16 |
|
||||
17 | <p><%= check_all_links 'modules-form' %></p> |
|
14 | <p><%= check_all_links 'modules-form' %></p> | |
|
15 | ||||
18 | <p><%= submit_tag l(:button_save) %></p> |
|
16 | <p><%= submit_tag l(:button_save) %></p> | |
19 |
|
17 | |||
20 | <% end %> |
|
18 | <% end %> |
@@ -556,6 +556,7 em.info.error {padding-left:20px; background:url(../images/exclamation.png) no-r | |||||
556 |
|
556 | |||
557 | textarea.text_cf {width:90%;} |
|
557 | textarea.text_cf {width:90%;} | |
558 |
|
558 | |||
|
559 | #tab-content-modules fieldset p {margin:3px 0 4px 0;} | |||
559 | /* Project members tab */ |
|
560 | /* Project members tab */ | |
560 | div#tab-content-members .splitcontentleft, div#tab-content-memberships .splitcontentleft, div#tab-content-users .splitcontentleft { width: 64% } |
|
561 | div#tab-content-members .splitcontentleft, div#tab-content-memberships .splitcontentleft, div#tab-content-users .splitcontentleft { width: 64% } | |
561 | div#tab-content-members .splitcontentright, div#tab-content-memberships .splitcontentright, div#tab-content-users .splitcontentright { width: 34% } |
|
562 | div#tab-content-members .splitcontentright, div#tab-content-memberships .splitcontentright, div#tab-content-users .splitcontentright { width: 34% } |
General Comments 0
You need to be logged in to leave comments.
Login now