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