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