2007-09-23 21:19:27 +04:00
|
|
|
<h2><%= l(:label_settings) %>: <%=h @plugin.name %></h2>
|
|
|
|
|
2007-10-13 18:11:06 +04:00
|
|
|
<div id="settings">
|
2007-09-23 21:19:27 +04:00
|
|
|
<% form_tag({:action => 'plugin'}) do %>
|
|
|
|
<div class="box tabular">
|
|
|
|
<%= render :partial => @partial, :locals => {:settings => @settings}%>
|
|
|
|
</div>
|
|
|
|
<%= submit_tag l(:button_apply) %>
|
|
|
|
<% end %>
|
2007-10-13 18:11:06 +04:00
|
|
|
</div>
|