Author: bleny Date: 2014-04-03 11:06:53 +0200 (Thu, 03 Apr 2014) New Revision: 1813 Url: http://forge.codelutin.com/projects/wao/repository/revisions/1813 Log: refs #4490 fix wrong ognl expression, some style 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-04-03 08:49:06 UTC (rev 1812) +++ trunk/wao-web/src/main/webapp/WEB-INF/content/obsmer/boat-details.jsp 2014-04-03 09:06:53 UTC (rev 1813) @@ -1,7 +1,7 @@ <%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8" %> <%@taglib uri="/struts-tags" prefix="s" %> -<table> +<table class="table"> <caption> <s:text name="wao.ui.contact.lastContact"/> </caption> @@ -39,7 +39,7 @@ </table> <s:if test="boatDetails.mostRecentContact != null"> - <table> + <table class="table"> <caption> <s:text name="wao.ui.contact.lastContact"/> </caption> @@ -85,7 +85,7 @@ <s:iterator value="boatDetails.boatInfos.boat.elligibleBoat"> <li> <s:property value="sampleRow.code"/> - <s:if test="boatDetails.isNewContactCreatable && authenticatedWaoUser.authorizedToCreateContact"> + <s:if test="boatDetails.newContactCreatable && authenticatedWaoUser.authorizedToCreateContact"> <s:text name="wao.ui.contacts.createFromBoat"/> </s:if> </li>
participants (1)
-
bleny@users.forge.codelutin.com