[kupu-checkins] r43571 - in kupu/trunk/kupu: default plone/kupu_plone_layer

duncan at codespeak.net duncan at codespeak.net
Wed May 23 15:06:13 CEST 2007


Author: duncan
Date: Wed May 23 15:06:13 2007
New Revision: 43571

Modified:
   kupu/trunk/kupu/default/drawers.kupu
   kupu/trunk/kupu/plone/kupu_plone_layer/kupu_wysiwyg_support.html
   kupu/trunk/kupu/plone/kupu_plone_layer/kupuplone.css.dtml
Log:
Added more instructions to embed drawer. Made the border follow plone colours, and avoid showing a double border for nested object/embed tags.

Modified: kupu/trunk/kupu/default/drawers.kupu
==============================================================================
--- kupu/trunk/kupu/default/drawers.kupu	(original)
+++ kupu/trunk/kupu/default/drawers.kupu	Wed May 23 15:06:13 2007
@@ -100,7 +100,8 @@
                   You may use this box to insert custom snippets of
                   HTML code. There is no guarantee that any code
                   inserted in this way will be preserved when you save
-                  your edits.
+                  your edits. To select an existing object from IE click on
+                  the border, from Firefox double click it.
                   </td>
                </tr>
             </tbody>

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	Wed May 23 15:06:13 2007
@@ -16,7 +16,7 @@
     <!--$Id: toolboxes.kupu 37754 2007-02-01 17:24:29Z yuppie $-->
     <!--$Id: colorchooser.kupu 35491 2006-12-08 15:41:49Z duncan $-->
     <!--$Id: save.kupu 9520 2005-02-26 16:30:23Z duncan $-->
-    <!--$Id: drawers.kupu 43562 2007-05-22 13:03:41Z duncan $-->
+    <!--$Id: drawers.kupu 43565 2007-05-22 15:29:33Z duncan $-->
     <!--$Id: include.kupu 39202 2007-02-19 12:06:45Z duncan $-->
     <!--$Id: wire.kupu 25247 2006-04-03 11:23:02Z fschulze $-->
     <!--$Id: head.kupu 34332 2006-11-07 14:50:40Z duncan $-->
@@ -276,7 +276,8 @@
                   You may use this box to insert custom snippets of
                   HTML code. There is no guarantee that any code
                   inserted in this way will be preserved when you save
-                  your edits.
+                  your edits. To select an existing object from IE click on
+                  the border, from Firefox double click it.
                   </td>
                </tr>
             </tbody>

Modified: kupu/trunk/kupu/plone/kupu_plone_layer/kupuplone.css.dtml
==============================================================================
--- kupu/trunk/kupu/plone/kupu_plone_layer/kupuplone.css.dtml	(original)
+++ kupu/trunk/kupu/plone/kupu_plone_layer/kupuplone.css.dtml	Wed May 23 15:06:13 2007
@@ -302,6 +302,9 @@
    background-image: url(plonekupuimages/flash-placeholder.png);
    border: 5px &dtml-contentViewBorderColor; dotted;
 }
-        
+.kupu-html object embed, .kupu-html object object,
+.kupu-html embed embed, .kupu-html embed object {
+   display:none;
+}
 /* </dtml-let></dtml-with> */
 


More information about the kupu-checkins mailing list