##// END OF EJS Templates
Merged r15428 (#22912)....
Jean-Philippe Lang -
r15054:b078639a5cf9
parent child
Show More
@@ -61,6 +61,7
61 <p><label><%= check_box_tag 'with_subprojects', 1, @with_subprojects %> <%=l(:label_subproject_plural)%></label></p>
61 <p><label><%= check_box_tag 'with_subprojects', 1, @with_subprojects %> <%=l(:label_subproject_plural)%></label></p>
62 <% end %>
62 <% end %>
63 <%= hidden_field_tag('user_id', params[:user_id]) unless params[:user_id].blank? %>
63 <%= hidden_field_tag('user_id', params[:user_id]) unless params[:user_id].blank? %>
64 <%= hidden_field_tag('from', params[:from]) unless params[:from].blank? %>
64 <p><%= submit_tag l(:button_apply), :class => 'button-small', :name => 'submit' %></p>
65 <p><%= submit_tag l(:button_apply), :class => 'button-small', :name => 'submit' %></p>
65 <% end %>
66 <% end %>
66 <% end %>
67 <% end %>
General Comments 0
You need to be logged in to leave comments. Login now