To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / app / views / settings / plugin.html.erb @ 1591:63650ae64bf2

History | View | Annotate | Download (323 Bytes)

1
<%= title [l(:label_plugins), {:controller => 'admin', :action => 'plugins'}], @plugin.name %>
2

    
3
<div id="settings">
4
<%= form_tag({:action => 'plugin'}) do %>
5
<div class="box tabular settings">
6
<%= render :partial => @partial, :locals => {:settings => @settings}%>
7
</div>
8
<%= submit_tag l(:button_apply) %>
9
<% end %>
10
</div>