##// END OF EJS Templates
Main project list now displays root projects with their subprojects....
Main project list now displays root projects with their subprojects. Added files turned into links (if not removed) on the issue history. git-svn-id: http://redmine.rubyforge.org/svn/trunk@729 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r663:603e11d7a5aa
r718:f2a058f8cf04
Show More
_form.rhtml
15 lines | 448 B | text/html+ruby | RhtmlLexer
Jean-Philippe Lang
"queries" branch merged...
r92 <%= error_messages_for 'query' %>
<div class="box">
<div class="tabular">
<p><label for="query_name"><%=l(:field_name)%></label>
<%= text_field 'query', 'name', :size => 80 %></p>
Jean-Philippe Lang
Added per user custom queries....
r563
Jean-Philippe Lang
Merged 0.6 branch into trunk....
r663 <% if current_role.allowed_to?(:manage_pulic_queries) %>
Jean-Philippe Lang
Added per user custom queries....
r563 <p><label for="query_is_public"><%=l(:field_is_public)%></label>
<%= check_box 'query', 'is_public' %></p>
<% end %>
Jean-Philippe Lang
"queries" branch merged...
r92 </div>
<%= render :partial => 'queries/filters', :locals => {:query => query}%>
</div>