mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-24 09:21:12 +00:00
Display groups on multiple columns.
git-svn-id: http://svn.redmine.org/redmine/trunk@15803 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
1324772355
commit
6d81d32ef7
@ -1,5 +1,5 @@
|
||||
<%= form_for(:user, :url => { :action => 'update' }, :html => {:method => :put}) do %>
|
||||
<div class="box">
|
||||
<div class="box" id="user_group_ids">
|
||||
<% Group.givable.sort.each do |group| %>
|
||||
<label><%= check_box_tag 'user[group_ids][]', group.id, @user.groups.to_a.include?(group), :id => nil %> <%= group %></label><br />
|
||||
<% end %>
|
||||
|
||||
@ -748,7 +748,7 @@ input.autocomplete.ajax-loading {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.objects-selection>div {
|
||||
.objects-selection>div, #user_group_ids {
|
||||
column-count: auto;
|
||||
column-width: 200px;
|
||||
-webkit-column-count: auto;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user