##// END OF EJS Templates
Search engine now only searches objects the user is allowed to view....
Search engine now only searches objects the user is allowed to view. git-svn-id: http://redmine.rubyforge.org/svn/trunk@758 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r741:e4f0864e3a7f
r747:42fe6c6e0456
Show More
plugin.rhtml
8 lines | 248 B | text/html+ruby | RhtmlLexer
<h2><%= l(:label_settings) %>: <%=h @plugin.name %></h2>
<% form_tag({:action => 'plugin'}) do %>
<div class="box tabular">
<%= render :partial => @partial, :locals => {:settings => @settings}%>
</div>
<%= submit_tag l(:button_apply) %>
<% end %>