PR: MRM-233

Submitted by: Napoleon Esmundo C. Ramirez

Added the Edit User Info link in the left navigation bar

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@478496 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Edwin L. Punzalan 2006-11-23 07:20:13 +00:00
parent 5ae18a29f9
commit 89724fab22
1 changed files with 8 additions and 0 deletions

View File

@ -134,6 +134,14 @@
</ul> </ul>
</pss:ifAnyAuthorized> </pss:ifAnyAuthorized>
<br/> <br/>
<c:if test="${sessionScope.securitySession.authenticated}">
<h5>My Account</h5>
<li class="none">
<my:currentWWUrl action="account" namespace="/">Edit user info</my:currentWWUrl>
</li>
</c:if>
</div> </div>
</div> </div>