|
|
|
@ -14,7 +14,7 @@ |
|
|
|
|
<td align="center" style="white-space: nowrap;"> |
|
|
|
|
<% remote_form_for :group_user, group_user, :url => { :controller => 'groups', :action => 'set_membership_type', :id => @group, :user_id => user}, :method => :post do |f| %> |
|
|
|
|
<%= f.select :membership_type, GroupUser::MEMBERSHIP_TYPES.collect{|t| [l(t), t]} %> |
|
|
|
|
<%= image_submit_tag "save.png" %> |
|
|
|
|
<%= image_submit_tag "save.png", :alt => l(:button_save) %> |
|
|
|
|
<% end %> |
|
|
|
|
</td> |
|
|
|
|
<td class="buttons"> |
|
|
|
|