diff options
Diffstat (limited to 'app/views/account/lost_password.rhtml')
-rw-r--r-- | app/views/account/lost_password.rhtml | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/app/views/account/lost_password.rhtml b/app/views/account/lost_password.rhtml index b27123a6e..420e8f9b1 100644 --- a/app/views/account/lost_password.rhtml +++ b/app/views/account/lost_password.rhtml @@ -1,14 +1,11 @@ -<center> -<div class="box login"> <h2><%=l(:label_password_lost)%></h2> +<div class="box"> <% form_tag({:action=> "lost_password"}, :class => "tabular") do %> <p><label for="mail"><%=l(:field_mail)%> <span class="required">*</span></label> -<%= text_field_tag 'mail', nil, :size => 40 %></p> - -<p><center><%= submit_tag l(:button_submit) %></center></p> +<%= text_field_tag 'mail', nil, :size => 40 %> +<%= submit_tag l(:button_submit) %></p> <% end %> </div> -</center>
\ No newline at end of file |