Changeset 6116
- Timestamp:
- 01/23/12 10:32:23 (4 months ago)
- Location:
- trunk/pustefix-samples/pustefix-i18n
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/pustefix-samples/pustefix-i18n/pustefix-i18n-core/src/main/resources/PUSTEFIX-INF/txt/pages/Home.xml
r5849 r6116 11 11 <div class="rightcol"> 12 12 <h3> 13 <pfx:include href="txt/common.xml" part="greeting" search="dynamic"/> 14 </h3> 13 <pfx:include href="txt/common.xml" part="greeting" search="dynamic"/> 14 </h3> 15 <h4> 16 <pfx:checkinclude href="/txt/common.xml" part="slogan" search="dynamic"> 17 <pfx:include href="txt/common.xml" part="slogan" search="dynamic"/> 18 </pfx:checkinclude> 19 </h4> 15 20 <div class="form"> 16 21 <pfx:forminput> … … 27 32 <br/> 28 33 </div> 29 34 30 35 </theme> 31 36 </part> -
trunk/pustefix-samples/pustefix-i18n/pustefix-i18n-lang-en/src/main/resources/PUSTEFIX-INF/txt/common.xml
r5869 r6116 26 26 </part> 27 27 28 <part name="slogan"> 29 <theme name="default"> 30 Let's have some fun! 31 </theme> 32 </part> 33 28 34 <part name="namequery"> 29 35 <theme name="default">
