Slight style change on plugin configuration view.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@837 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2007-10-13 14:11:06 +00:00
parent a53c86f063
commit f55a5e4572
1 changed files with 2 additions and 0 deletions

View 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>