use li tags for label completed versions and subproject in version index sidebar (#13242)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11783 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
42753001ea
commit
452c71c9dc
@ -48,11 +48,21 @@
|
|||||||
<% end %>
|
<% end %>
|
||||||
</ul>
|
</ul>
|
||||||
<p></p>
|
<p></p>
|
||||||
<label for="completed"><%= check_box_tag "completed", 1, params[:completed] %> <%= l(:label_show_completed_versions) %></label>
|
<ul>
|
||||||
<% if @project.descendants.active.any? %>
|
<li>
|
||||||
<%= hidden_field_tag 'with_subprojects', 0 %>
|
<label for="completed">
|
||||||
<br /><label><%= check_box_tag 'with_subprojects', 1, @with_subprojects %> <%=l(:label_subproject_plural)%></label>
|
<%= check_box_tag "completed", 1, params[:completed] %> <%= l(:label_show_completed_versions) %>
|
||||||
<% end %>
|
</label>
|
||||||
|
</li>
|
||||||
|
<% if @project.descendants.active.any? %>
|
||||||
|
<li>
|
||||||
|
<%= hidden_field_tag 'with_subprojects', 0 %>
|
||||||
|
<label>
|
||||||
|
<%= check_box_tag 'with_subprojects', 1, @with_subprojects %> <%=l(:label_subproject_plural)%>
|
||||||
|
</label>
|
||||||
|
</li>
|
||||||
|
<% end %>
|
||||||
|
</ul>
|
||||||
<p><%= submit_tag l(:button_apply), :class => 'button-small', :name => nil %></p>
|
<p><%= submit_tag l(:button_apply), :class => 'button-small', :name => nil %></p>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user