Patch #12910 ยป add_settings_class_on_plugin_settings_div.patch
app/views/settings/plugin.html.erb (working copy) | ||
---|---|---|
2 | 2 | |
3 | 3 |
<div id="settings"> |
4 | 4 |
<%= form_tag({:action => 'plugin'}) do %> |
5 |
<div class="box tabular"> |
|
5 |
<div class="box tabular settings">
|
|
6 | 6 |
<%= render :partial => @partial, :locals => {:settings => @settings}%> |
7 | 7 |
</div> |
8 | 8 |
<%= submit_tag l(:button_apply) %> |