[kupu-checkins] r39339 - in kupu/trunk/kupu/plone: . kupu_plone_layer

duncan at codespeak.net duncan at codespeak.net
Fri Feb 23 14:21:01 CET 2007


Author: duncan
Date: Fri Feb 23 14:20:58 2007
New Revision: 39339

Modified:
   kupu/trunk/kupu/plone/kupu_plone_layer/kupu_wysiwyg_support.html
   kupu/trunk/kupu/plone/save.kupu
Log:
Need fallback for older Plones.

Modified: kupu/trunk/kupu/plone/kupu_plone_layer/kupu_wysiwyg_support.html
==============================================================================
--- kupu/trunk/kupu/plone/kupu_plone_layer/kupu_wysiwyg_support.html	(original)
+++ kupu/trunk/kupu/plone/kupu_plone_layer/kupu_wysiwyg_support.html	Fri Feb 23 14:20:58 2007
@@ -127,7 +127,7 @@
       <button type="button" class="kupu-zoom" id="kupu-zoom-button" i18n:attributes="title" title="Zoom: Access key (Alt or Ctrl) + X" accesskey="x">&#160;</button>
     </span>
   
-    <span class="kupu-tb-buttongroup" tal:condition="not:context/checkCreationFlag">
+    <span class="kupu-tb-buttongroup" tal:condition="not:context/checkCreationFlag|python:True">
       <button type="button" class="kupu-save" id="kupu-save-button" title="Save" i18n:attributes="title" accesskey="s" tal:condition="filter/save-button">&#160;</button>
     </span>
   

Modified: kupu/trunk/kupu/plone/save.kupu
==============================================================================
--- kupu/trunk/kupu/plone/save.kupu	(original)
+++ kupu/trunk/kupu/plone/save.kupu	Fri Feb 23 14:20:58 2007
@@ -10,7 +10,7 @@
 <kupu:id>$Id save.kupu (not yet in svn) $</kupu:id>
 
   <kupu:part name="buttons">
-    <span class="kupu-tb-buttongroup" tal:condition="not:context/checkCreationFlag">
+    <span class="kupu-tb-buttongroup" tal:condition="not:context/checkCreationFlag|python:True">
       <button type="button" class="kupu-save" id="kupu-save-button"
               title="Save" i18n:attributes="title" accesskey="s"
 	      tal:condition="filter/save-button">&#160;</button>


More information about the kupu-checkins mailing list