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