annotate .svn/pristine/3d/3d3b405886b53d97a18acfbd6ee1f68a9fd0e1c4.svn-base @ 1519:afce8026aaeb redmine-2.4-integration

Merge from branch "live"
author Chris Cannam
date Tue, 09 Sep 2014 09:34:53 +0100
parents cbb26bc654de
children
rev   line source
Chris@909 1 <h2><%=l(:button_change_password)%></h2>
Chris@909 2
Chris@909 3 <%= error_messages_for 'user' %>
Chris@909 4
Chris@909 5 <% form_tag({}, :class => "tabular") do %>
Chris@909 6 <div class="box">
Chris@909 7 <p><label for="password"><%=l(:field_password)%> <span class="required">*</span></label>
Chris@909 8 <%= password_field_tag 'password', nil, :size => 25 %></p>
Chris@909 9
Chris@909 10 <p><label for="new_password"><%=l(:field_new_password)%> <span class="required">*</span></label>
Chris@909 11 <%= password_field_tag 'new_password', nil, :size => 25 %><br />
Chris@909 12 <em><%= l(:text_caracters_minimum, :count => Setting.password_min_length) %></em></p>
Chris@909 13
Chris@909 14 <p><label for="new_password_confirmation"><%=l(:field_password_confirmation)%> <span class="required">*</span></label>
Chris@909 15 <%= password_field_tag 'new_password_confirmation', nil, :size => 25 %></p>
Chris@909 16 </div>
Chris@909 17 <%= submit_tag l(:button_apply) %>
Chris@909 18 <% end %>
Chris@909 19
Chris@909 20 <% content_for :sidebar do %>
Chris@909 21 <%= render :partial => 'sidebar' %>
Chris@909 22 <% end %>