You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

lost_password.rhtml 388B

1234567891011121314
  1. <center>
  2. <div class="box login">
  3. <h2><%=l(:label_password_lost)%></h2>
  4. <%= start_form_tag({:action=> "lost_password"}, :class => "tabular") %>
  5. <p><label for="mail"><%=l(:field_mail)%> <span class="required">*</span></label>
  6. <%= text_field_tag 'mail', nil, :size => 40 %></p>
  7. <p><center><%= submit_tag l(:button_submit) %></center></p>
  8. <%= end_form_tag %>
  9. </div>
  10. </center>