Plugin settings div should perhaps have 'settings' CSS class (#12910).

Patch by Harry Garrood.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11217 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2013-01-20 13:05:23 +00:00
parent bb31402939
commit 22f9b8846b
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<div id="settings">
<%= form_tag({:action => 'plugin'}) do %>
<div class="box tabular">
<div class="box tabular settings">
<%= render :partial => @partial, :locals => {:settings => @settings}%>
</div>
<%= submit_tag l(:button_apply) %>