Author: bleny Date: 2014-04-28 15:32:51 +0200 (Mon, 28 Apr 2014) New Revision: 1907 Url: http://forge.codelutin.com/projects/wao/repository/revisions/1907 Log: fixes #4496 mention user name and profile in layout Modified: trunk/wao-web/src/main/webapp/WEB-INF/decorators/layout.jsp Modified: trunk/wao-web/src/main/webapp/WEB-INF/decorators/layout.jsp =================================================================== --- trunk/wao-web/src/main/webapp/WEB-INF/decorators/layout.jsp 2014-04-28 13:17:09 UTC (rev 1906) +++ trunk/wao-web/src/main/webapp/WEB-INF/decorators/layout.jsp 2014-04-28 13:32:51 UTC (rev 1907) @@ -193,6 +193,13 @@ <footer class="hidden-print<s:if test="%{instanceDisclaimer != null}"> disclaimer-displayed</s:if>" > <ul> <li> + <s:text name="wao.ui.layout.userDescription"> + <s:param value="authenticatedWaoUser.waoUser.fullName"/> + <s:param value="authenticatedWaoUser.waoUser.company.name"/> + <s:param value="getText(authenticatedWaoUser.userRole)"/> + </s:text> + </li> + <li> <a href="http://maven-site.forge.codelutin.com/wao/" target="_blank"> WAO </a>
participants (1)
-
bleny@users.forge.codelutin.com