Mercurial > hg > soundsoftware-site
comparison .svn/pristine/6e/6edddd93286b4a8ad759793418d47dea3b07191a.svn-base @ 1296:038ba2d95de8 redmine-2.2
Fix redmine-2.2 branch update (add missing svn files)
author | Chris Cannam |
---|---|
date | Fri, 14 Jun 2013 09:05:06 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1294:3e4c3460b6ca | 1296:038ba2d95de8 |
---|---|
1 <h2><%=l(:button_change_password)%></h2> | |
2 | |
3 <%= error_messages_for 'user' %> | |
4 | |
5 <%= form_tag({}, :class => "tabular") do %> | |
6 <div class="box"> | |
7 <p><label for="password"><%=l(:field_password)%> <span class="required">*</span></label> | |
8 <%= password_field_tag 'password', nil, :size => 25 %></p> | |
9 | |
10 <p><label for="new_password"><%=l(:field_new_password)%> <span class="required">*</span></label> | |
11 <%= password_field_tag 'new_password', nil, :size => 25 %> | |
12 <em class="info"><%= l(:text_caracters_minimum, :count => Setting.password_min_length) %></em></p> | |
13 | |
14 <p><label for="new_password_confirmation"><%=l(:field_password_confirmation)%> <span class="required">*</span></label> | |
15 <%= password_field_tag 'new_password_confirmation', nil, :size => 25 %></p> | |
16 </div> | |
17 <%= submit_tag l(:button_apply) %> | |
18 <% end %> | |
19 | |
20 <% content_for :sidebar do %> | |
21 <%= render :partial => 'sidebar' %> | |
22 <% end %> |