lost_password.rhtml
11 lines
| 312 B
| text/html+ruby
|
RhtmlLexer
|
r330 | <h2><%=l(:label_password_lost)%></h2> | ||
|
r736 | <div class="box"> | ||
|
r330 | <% form_tag({:action=> "lost_password"}, :class => "tabular") do %> | ||
<p><label for="mail"><%=l(:field_mail)%> <span class="required">*</span></label> | ||||
|
r736 | <%= text_field_tag 'mail', nil, :size => 40 %> | ||
<%= submit_tag l(:button_submit) %></p> | ||||
|
r330 | |||
<% end %> | ||||
</div> | ||||