annotate app/views/users/_general.rhtml @ 507:0c939c159af4 redmine-1.2

Update to Redmine 1.2.1 on 1.2-stable branch (Redmine SVN rev 6270)
author Chris Cannam
date Thu, 14 Jul 2011 10:32:19 +0100
parents 94944d00e43c
children
rev   line source
chris@37 1 <% labelled_tabular_form_for :user, @user, :url => { :controller => 'users', :action => "update", :tab => nil }, :html => { :method => :put, :class => nil } do |f| %>
Chris@0 2 <%= render :partial => 'form', :locals => { :f => f } %>
Chris@0 3 <% if @user.active? -%>
chris@37 4 <p><label><%= check_box_tag 'send_information', 1, true %> <%= l(:label_send_information) %></label></p>
Chris@0 5 <% end -%>
Chris@0 6 <p><%= submit_tag l(:button_save) %></p>
Chris@0 7 <% end %>