[Yanel-commits] rev 43176 - public/yanel/trunk/src/realms/from-scratch-realm-template/res-configs/usecases

michi at wyona.com michi at wyona.com
Tue Jun 9 12:27:12 CEST 2009


Author: michi
Date: 2009-06-09 12:27:11 +0200 (Tue, 09 Jun 2009)
New Revision: 43176

Modified:
   public/yanel/trunk/src/realms/from-scratch-realm-template/res-configs/usecases/xinha.html.yanel-rc
Log:
allow switching layout

Modified: public/yanel/trunk/src/realms/from-scratch-realm-template/res-configs/usecases/xinha.html.yanel-rc
===================================================================
--- public/yanel/trunk/src/realms/from-scratch-realm-template/res-configs/usecases/xinha.html.yanel-rc	2009-06-09 10:25:55 UTC (rev 43175)
+++ public/yanel/trunk/src/realms/from-scratch-realm-template/res-configs/usecases/xinha.html.yanel-rc	2009-06-09 10:27:11 UTC (rev 43176)
@@ -5,25 +5,25 @@
      <views>
       <view id="default" type="jelly">
         <template>rthtdocs:/xinha.jelly</template>
-        <xslt>/app1/xslt/global.xsl</xslt> <!-- Optional -->
+        <xslt>yanelresource:/my-global.xsl</xslt> <!-- Optional -->
         <mime-type>text/html</mime-type>
       </view>
       <view id="fix-wellformness" type="jelly">
         <template>rthtdocs:/xinha-fix.jelly</template>
-        <xslt>/app1/xslt/global.xsl</xslt>
+        <xslt>yanelresource:/my-global.xsl</xslt>
         <mime-type>text/html</mime-type>
       </view>
       <view id="done" type="jelly">
         <template>rthtdocs:/xinha-status.jelly</template>
-        <xslt>/app1/xslt/global.xsl</xslt>
+        <xslt>yanelresource:/my-global.xsl</xslt>
       </view>
       <view id="cancel" type="jelly">
         <template>rthtdocs:/xinha-status.jelly</template>
-        <xslt>/app1/xslt/global.xsl</xslt>
+        <xslt>yanelresource:/my-global.xsl</xslt>
       </view>
       <view id="error" type="jelly">
         <template>rthtdocs:/xinha-status.jelly</template>
-        <xslt>/app1/xslt/global.xsl</xslt>
+        <xslt>yanelresource:/my-global.xsl</xslt>
       </view>
     </views>
   </yanel:custom-config>



More information about the Yanel-commits mailing list