2009-07-05 16:22:02 +04:00
|
|
|
<h2><%= link_to l(:label_user_plural), :controller => 'users', :action => 'index' %> » <%=l(:label_user_new)%></h2>
|
2006-06-28 22:11:03 +04:00
|
|
|
|
2010-09-28 19:28:50 +04:00
|
|
|
<% labelled_tabular_form_for :user, @user, :url => { :action => "create" }, :html => { :class => nil } do |f| %>
|
2009-11-13 21:11:10 +03: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 13:51:33 +03:00
|
|
|
<p>
|
|
|
|
<%= submit_tag l(:button_create) %>
|
|
|
|
<%= submit_tag l(:button_create_and_continue), :name => 'continue' %>
|
|
|
|
</p>
|
2007-05-27 14:57:13 +04:00
|
|
|
<% end %>
|