Author: bleny Date: 2014-06-03 19:14:46 +0200 (Tue, 03 Jun 2014) New Revision: 1991 Url: http://forge.codelutin.com/projects/wao/repository/revisions/1991 Log: refs #4490 just put the link on the name Modified: trunk/wao-web/src/main/webapp/WEB-INF/content/obsmer/boat-details.jsp Modified: trunk/wao-web/src/main/webapp/WEB-INF/content/obsmer/boat-details.jsp =================================================================== --- trunk/wao-web/src/main/webapp/WEB-INF/content/obsmer/boat-details.jsp 2014-06-03 17:14:20 UTC (rev 1990) +++ trunk/wao-web/src/main/webapp/WEB-INF/content/obsmer/boat-details.jsp 2014-06-03 17:14:46 UTC (rev 1991) @@ -296,14 +296,15 @@ <s:text name="wao.ui.field.Boat.shipOwner"/> </th> <td class="no-border-top"> - <s:property value="boatDetails.boatInfos.boat.shipOwner.firstName"/> - <s:property value="boatDetails.boatInfos.boat.shipOwner.lastName"/> - <s:url action="boats" id="shipOwnerBoatsUrl"> <s:param name="filter.shipOwnerIds" value="boatDetails.boatInfos.boat.shipOwner.topiaId"/> </s:url> - <s:a href="%{shipOwnerBoatsUrl}"> + <s:set name="shipOwnerBoatsTitle"> <s:text name="wao.ui.action.viewShipOwnerBoats"/> + </s:set> + <s:a href="%{shipOwnerBoatsUrl}" title="%{shipOwnerBoatsTitle}"> + <s:property value="boatDetails.boatInfos.boat.shipOwner.firstName"/> + <s:property value="boatDetails.boatInfos.boat.shipOwner.lastName"/> </s:a> </td> </tr>