branch develop updated (0592127 -> aa90c3c)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository scmwebeditor. See http://git.nuiton.org/scmwebeditor.git from 0592127 Apply the new editor's style to the image viewer new aa90c3c Fix the bug when changing the language on the image viewer The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit aa90c3cd778d4dadc78a3f30e1dd74975eef2a53 Author: Hugo PIGEON <hpigeon@codelutin.com> Date: Fri Jun 12 18:12:50 2015 +0200 Fix the bug when changing the language on the image viewer Summary of changes: swe-ui-web/src/main/webapp/WEB-INF/content/imageViewer.jsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository scmwebeditor. See http://git.nuiton.org/scmwebeditor.git commit aa90c3cd778d4dadc78a3f30e1dd74975eef2a53 Author: Hugo PIGEON <hpigeon@codelutin.com> Date: Fri Jun 12 18:12:50 2015 +0200 Fix the bug when changing the language on the image viewer --- swe-ui-web/src/main/webapp/WEB-INF/content/imageViewer.jsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/swe-ui-web/src/main/webapp/WEB-INF/content/imageViewer.jsp b/swe-ui-web/src/main/webapp/WEB-INF/content/imageViewer.jsp index 0ea9986..6c96988 100644 --- a/swe-ui-web/src/main/webapp/WEB-INF/content/imageViewer.jsp +++ b/swe-ui-web/src/main/webapp/WEB-INF/content/imageViewer.jsp @@ -91,7 +91,7 @@ <img src="img/flag-i18n-uk.png"/> </s:if> <s:else> - <s:a action="edit.action" namespace="/"> + <s:a action="viewImage.action" namespace="/"> <s:param name="address"><s:property value="address"/></s:param> <s:param name="scmType"><s:property value="scmType"/></s:param> <s:param name="selectedBranch"><s:property value="selectedBranch"/></s:param> @@ -107,7 +107,7 @@ <img src="img/flag-i18n-fr.png"/> </s:if> <s:else> - <s:a action="edit.action" namespace="/"> + <s:a action="viewImage.action" namespace="/"> <s:param name="address"><s:property value="address"/></s:param> <s:param name="scmType"><s:property value="scmType"/></s:param> <s:param name="selectedBranch"><s:property value="selectedBranch"/></s:param> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm