2009-07-05 12:22:02 +00:00
|
|
|
<h2><%= link_to l(:label_user_plural), :controller => 'users', :action => 'index' %> » <%=l(:label_user_new)%></h2>
|
2006-06-28 18:11:03 +00:00
|
|
|
|
2010-09-28 15:28:50 +00:00
|
|
|
<% labelled_tabular_form_for :user, @user, :url => { :action => "create" }, :html => { :class => nil } do |f| %>
|
2009-11-13 18:11:10 +00:00
|
|
|
<%= render :partial => 'form', :locals => { :f => f } %>
|
|
|
|
<p><label><%= check_box_tag 'send_information', 1, true %> <%= l(:label_send_information) %></label></p>
|
2009-12-20 10:51:33 +00:00
|
|
|
<p>
|
|
|
|
<%= submit_tag l(:button_create) %>
|
|
|
|
<%= submit_tag l(:button_create_and_continue), :name => 'continue' %>
|
|
|
|
</p>
|
2007-05-27 10:57:13 +00:00
|
|
|
<% end %>
|