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

michi at wyona.com michi at wyona.com
Sun May 9 09:22:43 CEST 2010


Author: michi
Date: 2010-05-09 09:22:42 +0200 (Sun, 09 May 2010)
New Revision: 49413

Modified:
   public/yanel/trunk/src/realms/from-scratch-realm-template/res-configs/usecases/tinymce.html.yanel-rc
Log:
comment global layout during editing with TinyMCE

Modified: public/yanel/trunk/src/realms/from-scratch-realm-template/res-configs/usecases/tinymce.html.yanel-rc
===================================================================
--- public/yanel/trunk/src/realms/from-scratch-realm-template/res-configs/usecases/tinymce.html.yanel-rc	2010-05-08 21:08:27 UTC (rev 49412)
+++ public/yanel/trunk/src/realms/from-scratch-realm-template/res-configs/usecases/tinymce.html.yanel-rc	2010-05-09 07:22:42 UTC (rev 49413)
@@ -6,25 +6,35 @@
      <views>
       <view id="default" type="jelly">
         <template>rthtdocs:/tinymce.jelly</template>
+<!--
         <xslt>yanelresource:/my-global.xsl</xslt>
+-->
         <mime-type>text/html</mime-type>
       </view>
       <view id="fix-wellformness" type="jelly">
         <template>rthtdocs:/tinymce-fix.jelly</template>
+<!--
         <xslt>yanelresource:/my-global.xsl</xslt>
+-->
         <mime-type>text/html</mime-type>
       </view>
       <view id="done" type="jelly">
         <template>rthtdocs:/tinymce-status.jelly</template>
+<!--
         <xslt>yanelresource:/my-global.xsl</xslt>
+-->
       </view>
       <view id="cancel" type="jelly">
         <template>rthtdocs:/tinymce-status.jelly</template>
+<!--
         <xslt>yanelresource:/my-global.xsl</xslt>
+-->
       </view>
       <view id="error" type="jelly">
         <template>rthtdocs:/tinymce-status.jelly</template>
+<!--
         <xslt>yanelresource:/my-global.xsl</xslt>
+-->
       </view>
     </views>
   </yanel:custom-config>



More information about the Yanel-commits mailing list