diff options
author | David Cabo <david@calibea.com> | 2011-08-08 02:07:22 +0200 |
---|---|---|
committer | David Cabo <david@calibea.com> | 2011-08-08 02:07:22 +0200 |
commit | 1cd04d3604e16851c711c2423b46dfab18d652d8 (patch) | |
tree | eb53694c47c17b122e37aeccc8090063b88d7abb /app | |
parent | f51b6839d54b2f3b0edcc145e5556220d796935d (diff) |
move authority preview sidebar higher in the layout
Diffstat (limited to 'app')
-rw-r--r-- | app/views/request/select_authority.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/request/select_authority.rhtml b/app/views/request/select_authority.rhtml index 024cc162f..ee46b2fdb 100644 --- a/app/views/request/select_authority.rhtml +++ b/app/views/request/select_authority.rhtml @@ -27,7 +27,7 @@ <h1 style="clear: left"><%= _('1. Select an authority') %></h1> - <div> + <div id="authority_selection"> <% form_tag({:controller => "general", :action => "search_redirect"}, {:id => "search_form"}) do %> <p> <p> |