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.html.erb 313B

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