Author: jmorliaguet
Date: Sun Oct  9 20:58:17 2005
New Revision: 28093

Modified:
   
z3lab/cpsskins/branches/jmo-perspectives/browser/authoring/filters/cell_edit_layout.pt
   
z3lab/cpsskins/branches/jmo-perspectives/browser/authoring/filters/content/slot_edit.pt
   
z3lab/cpsskins/branches/jmo-perspectives/browser/authoring/filters/page/slot_edit.pt
Log:

- added a :hover effect on page blocks to make it easy to locate target areas
  when doing drag-and-drop



Modified: 
z3lab/cpsskins/branches/jmo-perspectives/browser/authoring/filters/cell_edit_layout.pt
==============================================================================
--- 
z3lab/cpsskins/branches/jmo-perspectives/browser/authoring/filters/cell_edit_layout.pt
      (original)
+++ 
z3lab/cpsskins/branches/jmo-perspectives/browser/authoring/filters/cell_edit_layout.pt
      Sun Oct  9 20:58:17 2005
@@ -39,7 +39,6 @@
                     view_id id" />
   </form>
 
-  <div class="container"
-   tal:content="structure rendered" />
+  <div class="container hover" tal:content="structure rendered" />
 
 </td>

Modified: 
z3lab/cpsskins/branches/jmo-perspectives/browser/authoring/filters/content/slot_edit.pt
==============================================================================
--- 
z3lab/cpsskins/branches/jmo-perspectives/browser/authoring/filters/content/slot_edit.pt
     (original)
+++ 
z3lab/cpsskins/branches/jmo-perspectives/browser/authoring/filters/content/slot_edit.pt
     Sun Oct  9 20:58:17 2005
@@ -6,9 +6,10 @@
   icon view/getIcon">
 
   <div class="slotFrame container" render="1"
-   tal:attributes="id id">
+       tal:attributes="id id">
     <div class="title" tal:content="slot_title|slot_name" />
-    <div class="body" tal:content="structure rendered" />
+    <div class="body" tal:condition="rendered"
+         tal:content="structure rendered" />
   </div>
 
 </tal:block>

Modified: 
z3lab/cpsskins/branches/jmo-perspectives/browser/authoring/filters/page/slot_edit.pt
==============================================================================
--- 
z3lab/cpsskins/branches/jmo-perspectives/browser/authoring/filters/page/slot_edit.pt
        (original)
+++ 
z3lab/cpsskins/branches/jmo-perspectives/browser/authoring/filters/page/slot_edit.pt
        Sun Oct  9 20:58:17 2005
@@ -1,15 +1,14 @@
-<tal:block
-  define="
-    info options/info;
-    perspective info/perspective;
-    rendered options/rendered;
-    actual_display info/actual_display;
-    display info/display;
-    formats display/formattable:getFormatNames;
-    slot_title context/title;
-    slot_name context;
-    id view/getId;
-    icon view/getIcon">
+<tal:block define="
+  info options/info;
+  perspective info/perspective;
+  rendered options/rendered;
+  actual_display info/actual_display;
+  display info/display;
+  formats display/formattable:getFormatNames;
+  slot_title context/title;
+  slot_name context;
+  id view/getId;
+  icon view/getIcon">
 
   <div class="slotFrame editable draggable"
    tal:attributes="
-- 
http://lists.nuxeo.com/mailman/listinfo/z3lab-checkins

Reply via email to