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.rhtml @ 442:753f1380d6bc

History | View | Annotate | Download (275 Bytes)

1
<h2><%= l(:label_settings) %>: <%=h @plugin.name %></h2>
2

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