To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / vendor / plugins / redmine_tags / app / views / projects / _my_projects.rhtml @ 805:0b1b94ffb30f

History | View | Annotate | Download (630 Bytes)

1 777:facded821cee luis
<% if @myproj_status=="true" %>
2 776:af852d82b00b luis
<fieldset id="my_projects_fieldset" class="collapsible">
3 790:dc15818e132e chris
    <legend onclick="toggleFieldsetWithState(this);"><h2><%= l(:label_my_project_plural) %></h2></legend>
4 776:af852d82b00b luis
<% else %>
5
<fieldset id="my_projects_fieldset" class="collapsible collapsed">
6 790:dc15818e132e chris
    <legend onclick="toggleFieldsetWithState(this);"><h2><%= l(:label_my_project_plural) %></h2></legend>
7 776:af852d82b00b luis
    <div style="display: none;">
8
<%  end%>
9 755:bde9c5bfb559 luis
    <% if @user_projects %>
10
    <div>
11 800:95b78e19e586 luis
      <%= render_my_project_hierarchy_with_tags(@user_projects)%>
12 755:bde9c5bfb559 luis
    </div>
13 805:0b1b94ffb30f luis
  <% unless @myproj_status=="true" %>
14
    </div>
15
  <%- end -%>
16 755:bde9c5bfb559 luis
  <% end %>
17 790:dc15818e132e chris
</fieldset>