Skip to content
Snippets Groups Projects
Commit ef843390 authored by Jean-Philippe Lang's avatar Jean-Philippe Lang
Browse files

fixed #9097: Minor rendering problem within Safari at admin/mail_options and roles permissions

git-svn-id: http://redmine.rubyforge.org/svn/trunk@308 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent 909954ac
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,7 @@
<%= l(p.description.to_sym) %>
</div>
<% end %>
<div class="clear"></div>
</fieldset>
<% end %>
......
......@@ -11,7 +11,8 @@
<div style="width:170px;float:left;"><%= check_box_tag "permission_ids[]", p.id, (@role.permissions.include? p) %>
<%= l(p.description.to_sym) %>
</div>
<% end %>
<% end %>
<div class="clear"></div>
</fieldset>
<% end %>
<br />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment