Adds an autoscroll div around permissions report table.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5106 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2011-03-13 13:31:36 +00:00
parent 59bf5cea6e
commit a340b17d80
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@
<% form_tag({:action => 'report'}, :id => 'permissions_form') do %>
<%= hidden_field_tag 'permissions[0]', '', :id => nil %>
<div class="autoscroll">
<table class="list">
<thead>
<tr>
@ -45,6 +46,7 @@
<% end %>
</tbody>
</table>
</div>
<p><%= check_all_links 'permissions_form' %></p>
<p><%= submit_tag l(:button_save) %></p>
<% end %>