annotate app/views/account/lost_password.html.erb @ 931:ec1c49528f36 cannam_integration

Merge from branch "redmine-1.3"
author Chris Cannam
date Wed, 27 Jun 2012 15:04:58 +0100
parents c6c2cbd0afee
children 433d4f72a19b
rev   line source
Chris@0 1 <h2><%=l(:label_password_lost)%></h2>
Chris@0 2
Chris@0 3 <div class="box">
Chris@0 4 <% form_tag({:action=> "lost_password"}, :class => "tabular") do %>
Chris@0 5
Chris@0 6 <p><label for="mail"><%=l(:field_mail)%> <span class="required">*</span></label>
Chris@0 7 <%= text_field_tag 'mail', nil, :size => 40 %>
Chris@0 8 <%= submit_tag l(:button_submit) %></p>
Chris@0 9
Chris@0 10 <% end %>
Chris@0 11 </div>