Project

General

Profile

Patch #12910 ยป add_settings_class_on_plugin_settings_div.patch

Harry Garrood, 2013-01-19 23:52

View differences:

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) %>
    (1-1/1)