Author: kcardineaud Date: 2011-07-18 17:23:54 +0200 (Mon, 18 Jul 2011) New Revision: 173 Url: http://nuiton.org/repositories/revision/scmwebeditor/173 Log: Texts in outConnection.jsp are now compatible with i18n Modified: trunk/src/main/webapp/WEB-INF/content/outConnection.jsp Modified: trunk/src/main/webapp/WEB-INF/content/outConnection.jsp =================================================================== --- trunk/src/main/webapp/WEB-INF/content/outConnection.jsp 2011-07-18 15:21:26 UTC (rev 172) +++ trunk/src/main/webapp/WEB-INF/content/outConnection.jsp 2011-07-18 15:23:54 UTC (rev 173) @@ -18,19 +18,22 @@ <body> <a target="_blank" href="http://maven-site.nuiton.org/scmwebeditor/"><img src="img/ScmWebEditor_main.png" alt="$alt" /></a> <center> -<h2>Welcome on SCMWebEditor</h2> -<noscript><h4>Javascript is not activated. Please activate it for a fully use of ScmWebEditor.</h4></noscript> +<h2><s:text name="scm.welcome"/></h2> +<noscript><h4><s:text name="scm.outConnection.noJavascript"/></h4></noscript> <h4> -Please complete this form for application using. +<s:text name="scm.outConnection.enterRepo"/> </h4> </center> <form id="configForm" method="get" action="checkout.action"> <center> - <p><label>SCM path: <input TYPE=text name="address" SIZE=100></label> + <p><label><s:text name="scm.outConnection.scmPath"/> <input TYPE=text name="address" SIZE=100></label> <s:url id="ajaxSearch" value="search.action" /> + <s:set id="search"> + <s:text name="scm.outConnection.search"/> + </s:set> <sj:submit id="ajaxSearchButton" formIds="configForm" @@ -39,7 +42,7 @@ indicator="indicator" button="true" buttonIcon="ui-icon-refresh" - value="Search" + value="%{search}" > </sj:submit>