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 @ 780:31b3aa308568

History | View | Annotate | Download (526 Bytes)

1 777:facded821cee luis
<% if @myproj_status=="true" %>
2 776:af852d82b00b luis
<fieldset id="my_projects_fieldset" class="collapsible">
3
    <legend onclick="toggleFieldsetWithState(this);"><%= l(:label_my_projects) %></legend>
4
<% else %>
5
<fieldset id="my_projects_fieldset" class="collapsible collapsed">
6
    <legend onclick="toggleFieldsetWithState(this);"><%= l(:label_my_projects) %></legend>
7
    <div style="display: none;">
8
<%  end%>
9 755:bde9c5bfb559 luis
    <% if @user_projects %>
10
    <div>
11
      <%= render_my_project_hierarchy(@user_projects)%>
12
    </div>
13
  <% end %>
14
</fieldset>