@@ -29,7 +29,7 | |||
|
29 | 29 | <% remote_form_for(:group, @group, :url => {:controller => 'groups', :action => 'add_users', :id => @group}, :method => :post) do |f| %> |
|
30 | 30 | <fieldset><legend><%=l(:label_user_new)%></legend> |
|
31 | 31 | |
|
32 |
<p><%= text_field_tag 'user_search', nil |
|
|
32 | <p><%= text_field_tag 'user_search', nil %></p> | |
|
33 | 33 | <%= observe_field(:user_search, |
|
34 | 34 | :frequency => 0.5, |
|
35 | 35 | :update => :users, |
@@ -58,7 +58,7 | |||
|
58 | 58 | <% remote_form_for(:member, @member, :url => {:controller => 'members', :action => 'new', :id => @project}, :method => :post) do |f| %> |
|
59 | 59 | <fieldset><legend><%=l(:label_member_new)%></legend> |
|
60 | 60 | |
|
61 |
<p><%= text_field_tag 'principal_search', nil |
|
|
61 | <p><%= text_field_tag 'principal_search', nil %></p> | |
|
62 | 62 | <%= observe_field(:principal_search, |
|
63 | 63 | :frequency => 0.5, |
|
64 | 64 | :update => :principals, |
@@ -439,6 +439,8 div#tab-content-members fieldset div, div#tab-content-users fieldset div { max-h | |||
|
439 | 439 | |
|
440 | 440 | table.members td.group { padding-left: 20px; background: url(../images/group.png) no-repeat 0% 50%; } |
|
441 | 441 | |
|
442 | input#principal_search, input#user_search {width:100%} | |
|
443 | ||
|
442 | 444 | * html div#tab-content-members fieldset div { height: 450px; } |
|
443 | 445 | |
|
444 | 446 | /***** Flash & error messages ****/ |
General Comments 0
You need to be logged in to leave comments.
Login now