2006-07-29 19:54:22 +00:00
|
|
|
<h2><%=l(:label_user_new)%></h2>
|
2006-06-28 18:11:03 +00:00
|
|
|
|
2006-09-02 13:33:23 +00: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 10:57:13 +00:00
|
|
|
<%= check_box_tag 'send_information', 1, true %> <%= l(:label_send_information) %>
|
|
|
|
<% end %>
|