Revision 777:facded821cee vendor/plugins/redmine_tags/app

View differences:

vendor/plugins/redmine_tags/app/views/projects/_my_projects.rhtml
1
<% if @myproj_status %>
1
<% if @myproj_status=="true" %>
2 2
<fieldset id="my_projects_fieldset" class="collapsible">
3 3
    <legend onclick="toggleFieldsetWithState(this);"><%= l(:label_my_projects) %></legend>
4 4
<% else %>
vendor/plugins/redmine_tags/app/views/projects/index.rhtml
19 19
<div style="clear:both;"></div>
20 20
<% form_tag(:controller => :projects, :action => :index, :method => :get, :id => :project_filtering) do %>
21 21

  
22

  
23
<% if @filter_status %>
22
<% if @filter_status=="true" %>
24 23
<fieldset id="filters_fieldset" class="collapsible">
25 24
  <legend onclick="toggleFieldsetWithState(this);"><%= l(:label_filter_plural) %></legend>
26 25
<% else %>

Also available in: Unified diff