comparison app/views/projects/settings/_members.html.erb @ 929:5f33065ddc4b redmine-1.3

Update to Redmine SVN rev 9414 on 1.3-stable branch
author Chris Cannam
date Wed, 27 Jun 2012 14:54:18 +0100
parents cbb26bc654de
children 433d4f72a19b
comparison
equal deleted inserted replaced
909:cbb26bc654de 929:5f33065ddc4b
48 <% else %> 48 <% else %>
49 <p class="nodata"><%= l(:label_no_data) %></p> 49 <p class="nodata"><%= l(:label_no_data) %></p>
50 <% end %> 50 <% end %>
51 </div> 51 </div>
52 52
53 <% principals = Principal.active.find(:all, :limit => 100, :order => 'type, login, lastname ASC') - @project.principals %> 53 <% principals = Principal.active.not_member_of(@project).all(:limit => 100, :order => 'type, login, lastname ASC') %>
54 54
55 <div class="splitcontentright"> 55 <div class="splitcontentright">
56 <% if roles.any? && principals.any? %> 56 <% if roles.any? && principals.any? %>
57 <% remote_form_for(:member, @member, :url => {:controller => 'members', :action => 'new', :id => @project}, :method => :post, 57 <% remote_form_for(:member, @member, :url => {:controller => 'members', :action => 'new', :id => @project}, :method => :post,
58 :loading => '$(\'member-add-submit\').disable();', 58 :loading => '$(\'member-add-submit\').disable();',