]> source.dussan.org Git - redmine.git/commitdiff
Slight style change on plugin configuration view.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 13 Oct 2007 14:11:06 +0000 (14:11 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 13 Oct 2007 14:11:06 +0000 (14:11 +0000)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@837 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/settings/plugin.rhtml

index 6f4eb2b70bf0115c9c440c5b6321573c3f0bd340..61913484dab9571bf1f176e80b9743766eccb853 100644 (file)
@@ -1,8 +1,10 @@
 <h2><%= l(:label_settings) %>: <%=h @plugin.name %></h2>
 
+<div id="settings">
 <% form_tag({:action => 'plugin'}) do %>
 <div class="box tabular">
 <%= render :partial => @partial, :locals => {:settings => @settings}%>
 </div>
 <%= submit_tag l(:button_apply) %>
 <% end %>
+</div>