You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2008/01/28 18:03:51 UTC

svn commit: r615955 - /lenya/trunk/src/modules-core/sitemanagement/usecases/site/createFields.jx

Author: andreas
Date: Mon Jan 28 09:03:47 2008
New Revision: 615955

URL: http://svn.apache.org/viewvc?rev=615955&view=rev
Log:
Added i18n for resource type sample names.

Modified:
    lenya/trunk/src/modules-core/sitemanagement/usecases/site/createFields.jx

Modified: lenya/trunk/src/modules-core/sitemanagement/usecases/site/createFields.jx
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules-core/sitemanagement/usecases/site/createFields.jx?rev=615955&r1=615954&r2=615955&view=diff
==============================================================================
--- lenya/trunk/src/modules-core/sitemanagement/usecases/site/createFields.jx (original)
+++ lenya/trunk/src/modules-core/sitemanagement/usecases/site/createFields.jx Mon Jan 28 09:03:47 2008
@@ -217,10 +217,10 @@
         <jx:forEach var="item" items="${samples}">
           <jx:choose>
             <jx:when test="${usecase.getParameter('sample').equals(item)}">
-              <input type="radio" name="sample" value="${item}" checked="checked"/>${item}<br />
+              <input type="radio" name="sample" value="${item}" checked="checked"/><i18n:text>${item}</i18n:text><br />
             </jx:when>
             <jx:otherwise>
-              <input type="radio" name="sample" value="${item}"/>${item}<br />
+              <input type="radio" name="sample" value="${item}"/><i18n:text>${item}</i18n:text><br />
             </jx:otherwise>
           </jx:choose>
         </jx:forEach>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org