diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2011-03-13 13:31:36 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2011-03-13 13:31:36 +0000 |
commit | a340b17d80a396695030bc88dfbf0a494ee08b45 (patch) | |
tree | 8b0562a73a5330b178321e59b67aa3bc704e4e6f /app/views/roles | |
parent | 59bf5cea6ec40553adeb93eb55530c4357bf5626 (diff) | |
download | redmine-a340b17d80a396695030bc88dfbf0a494ee08b45.tar.gz redmine-a340b17d80a396695030bc88dfbf0a494ee08b45.zip |
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
Diffstat (limited to 'app/views/roles')
-rw-r--r-- | app/views/roles/report.rhtml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/roles/report.rhtml b/app/views/roles/report.rhtml index e2b01994e..45982f2f3 100644 --- a/app/views/roles/report.rhtml +++ b/app/views/roles/report.rhtml @@ -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 %> |