NIHVIVO-2299 NIHVIVO-2279 Merge from the dev branch - replace User with UserAccounts, implement the root user policy.

This commit is contained in:
j2blake 2011-06-09 14:43:02 +00:00
parent c9ac5a7e1f
commit 589e2b4fd6
7 changed files with 51 additions and 145 deletions

View file

@ -19,8 +19,7 @@
<li id="user-menu"><a href="#">${user.loginName}</a>
<ul class="sub_menu">
<li role="listitem" class="inactive">My profile</li>
<li role="listitem" class="inactive">My account</li>
<#-- <li role="listitem"><a href="${urls.myAccount}">My account</a></li> -->
<li role="listitem"><a href="${urls.myAccount}">My account</a></li>
<li role="listitem"><a href="${urls.logout}">Log out</a></li>
</ul>
</li>