Commit 6817a45e authored by Jean-Philippe Lang's avatar Jean-Philippe Lang

Adds hooks on login view (#4978).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3530 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent f2b22754
<%= call_hook :view_account_login_top %>
<div id="login-form"> <div id="login-form">
<% form_tag({:action=> "login"}) do %> <% form_tag({:action=> "login"}) do %>
<%= back_url_hidden_field_tag %> <%= back_url_hidden_field_tag %>
...@@ -38,3 +39,4 @@ ...@@ -38,3 +39,4 @@
<%= javascript_tag "Form.Element.focus('username');" %> <%= javascript_tag "Form.Element.focus('username');" %>
<% end %> <% end %>
</div> </div>
<%= call_hook :view_account_login_bottom %>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment