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

[email protected]
Newsgroups gmane.comp.cms.lenya.cvs
Message-ID <[email protected]>
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>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.