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 @ 1298:4f746d8966dd

History | View | Annotate | Download (285 Bytes)

1 0:513646585e45 Chris
<h2><%= l(:label_settings) %>: <%=h @plugin.name %></h2>
2
3
<div id="settings">
4 1115:433d4f72a19b Chris
<%= form_tag({:action => 'plugin'}) do %>
5 1295:622f24f53b42 Chris
<div class="box tabular settings">
6 0:513646585e45 Chris
<%= render :partial => @partial, :locals => {:settings => @settings}%>
7
</div>
8
<%= submit_tag l(:button_apply) %>
9
<% end %>
10
</div>