This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository wao. See http://git.codelutin.com/wao.git commit 6687a87764387fa173a1b9633e166b194c355d32 Author: Brendan Le Ny <bleny@codelutin.com> Date: Tue Jan 13 15:44:53 2015 +0100 Correction appel i18n dans JSP --- .../webapp/WEB-INF/content/administration/edit-laboratory.jsp | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/wao-web/src/main/webapp/WEB-INF/content/administration/edit-laboratory.jsp b/wao-web/src/main/webapp/WEB-INF/content/administration/edit-laboratory.jsp index a4ea888..c08b4e6 100644 --- a/wao-web/src/main/webapp/WEB-INF/content/administration/edit-laboratory.jsp +++ b/wao-web/src/main/webapp/WEB-INF/content/administration/edit-laboratory.jsp @@ -28,7 +28,9 @@ <s:text name="wao.ui.form.Laboratory.title.creation" /> </s:if> <s:else> - <s:property value="%{getText('wao.ui.form.Laboratory.title.edition', laboratory.name)}" /> + <s:text name="wao.ui.form.Laboratory.title.edition"> + <s:param value="laboratory.name"/> + </s:text> </s:else> </title> <content tag="mainClass">form</content> @@ -41,7 +43,9 @@ <s:text name="wao.ui.form.Laboratory.title.creation" /> </s:if> <s:else> - <s:property value="%{getText('wao.ui.form.Laboratory.title.edition', laboratory.name)}" /> + <s:text name="wao.ui.form.Laboratory.title.edition"> + <s:param value="laboratory.name"/> + </s:text> </s:else> </h1> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.