2006-07-29 23:54:22 +04:00
|
|
|
<h2><%=l(:label_user_new)%></h2>
|
2006-06-28 22:11:03 +04:00
|
|
|
|
2006-09-02 17:33:23 +04:00
|
|
|
<% labelled_tabular_form_for :user, @user, :url => { :action => "add" } do |f| %>
|
|
|
|
<%= render :partial => 'form', :locals => { :f => f } %>
|
|
|
|
<%= submit_tag l(:button_create) %>
|
2007-05-27 14:57:13 +04:00
|
|
|
<%= check_box_tag 'send_information', 1, true %> <%= l(:label_send_information) %>
|
|
|
|
<% end %>
|