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:
parent
a53c86f063
commit
f55a5e4572
|
@ -1,8 +1,10 @@
|
||||||
<h2><%= l(:label_settings) %>: <%=h @plugin.name %></h2>
|
<h2><%= l(:label_settings) %>: <%=h @plugin.name %></h2>
|
||||||
|
|
||||||
|
<div id="settings">
|
||||||
<% form_tag({:action => 'plugin'}) do %>
|
<% form_tag({:action => 'plugin'}) do %>
|
||||||
<div class="box tabular">
|
<div class="box tabular">
|
||||||
<%= render :partial => @partial, :locals => {:settings => @settings}%>
|
<%= render :partial => @partial, :locals => {:settings => @settings}%>
|
||||||
</div>
|
</div>
|
||||||
<%= submit_tag l(:button_apply) %>
|
<%= submit_tag l(:button_apply) %>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue