<% end %>
+<div class="autoscroll">
<table class="list">
<thead><tr>
<th><%=l(:label_project)%></th>
<% end %>
</tbody>
</table>
+</div>
<% html_title(l(:label_project_plural)) -%>
<% form_tag({}) do -%>
<%= hidden_field_tag 'back_url', url_for(params) %>
+<div class="autoscroll">
<table class="list issues">
<thead><tr>
<th><%= link_to image_tag('toggle_check.png'), {}, :onclick => 'toggleIssuesSelection(Element.up(this, "form")); return false;',
<% end -%>
</tbody>
</table>
+</div>
<% end -%>
<% end %>
+<div class="autoscroll">
<table class="list">
<thead><tr>
<%= sort_header_tag('login', :caption => l(:field_login)) %>
<% end -%>
</tbody>
</table>
-
+</div>
<p class="pagination"><%= pagination_links_full @user_pages, @user_count %></p>
<% html_title(l(:label_user_plural)) -%>
<% form_tag({}, :id => 'workflow_form' ) do %>
<%= hidden_field_tag 'tracker_id', @tracker.id %>
<%= hidden_field_tag 'role_id', @role.id %>
+<div class="autoscroll">
<table class="list">
<thead>
<tr>
<% end %>
</tbody>
</table>
+</div>
<p><%= check_all_links 'workflow_form' %></p>
<%= submit_tag l(:button_save) %>
#content { width: 80%; background-color: #fff; margin: 0px; border-right: 1px solid #ddd; padding: 6px 10px 10px 10px; z-index: 10; }
* html #content{ width: 80%; padding-left: 0; margin-top: 0px; padding: 6px 10px 10px 10px;}
-html>body #content { min-height: 600px; overflow: auto; }
+html>body #content { min-height: 600px; }
* html body #content { height: 600px; } /* IE */
#main.nosidebar #sidebar{ display: none; }