2013-07-28 11:50:18 +00:00
|
|
|
<%= title [l(:label_plugins), {:controller => 'admin', :action => 'plugins'}], @plugin.name %>
|
2007-09-23 17:19:27 +00:00
|
|
|
|
2007-10-13 14:11:06 +00:00
|
|
|
<div id="settings">
|
2012-04-25 17:17:49 +00:00
|
|
|
<%= form_tag({:action => 'plugin'}) do %>
|
2013-01-20 13:05:23 +00:00
|
|
|
<div class="box tabular settings">
|
2007-09-23 17:19:27 +00:00
|
|
|
<%= render :partial => @partial, :locals => {:settings => @settings}%>
|
|
|
|
</div>
|
|
|
|
<%= submit_tag l(:button_apply) %>
|
|
|
|
<% end %>
|
2007-10-13 14:11:06 +00:00
|
|
|
</div>
|