##// END OF EJS Templates
Slight style change on plugin configuration view....
Jean-Philippe Lang -
r825:f55a5e45723e
parent child
Show More
@@ -1,8 +1,10
1 1 <h2><%= l(:label_settings) %>: <%=h @plugin.name %></h2>
2 2
3 <div id="settings">
3 4 <% form_tag({:action => 'plugin'}) do %>
4 5 <div class="box tabular">
5 6 <%= render :partial => @partial, :locals => {:settings => @settings}%>
6 7 </div>
7 8 <%= submit_tag l(:button_apply) %>
8 9 <% end %>
10 </div>
General Comments 0
You need to be logged in to leave comments. Login now