Patch #5068 ยป _members.rhtml.diff
_members_new.rhtml 2010-03-14 00:58:59.672989000 +0900 | ||
---|---|---|
54 | 54 |
<% principals = Principal.active.find(:all, :limit => 100, :order => 'type, login, lastname ASC') - @project.principals %> |
55 | 55 | |
56 | 56 |
<div class="splitcontentright"> |
57 |
<div id="admin-menu"> |
|
58 |
<%= link_to l(:label_user_plural), {:controller => 'users'}, :class => 'users' %> |
|
59 |
</div> |
|
57 | 60 |
<% if roles.any? && principals.any? %> |
58 | 61 |
<% remote_form_for(:member, @member, :url => {:controller => 'members', :action => 'new', :id => @project}, :method => :post) do |f| %> |
59 | 62 |
<fieldset><legend><%=l(:label_member_new)%></legend> |