Author: jmorliaguet
Date: Wed Jun 14 16:56:00 2006
New Revision: 3409

Modified:
   cpsskins/branches/paris-sprint-2006/ui/screens/pagedesigner/layout/cell.pt

Log:

- the cell editor icon is only available in layout mode.
  this makes the WYSIWYG mode more WYSIWYG



Modified: 
cpsskins/branches/paris-sprint-2006/ui/screens/pagedesigner/layout/cell.pt
==============================================================================
--- cpsskins/branches/paris-sprint-2006/ui/screens/pagedesigner/layout/cell.pt  
(original)
+++ cpsskins/branches/paris-sprint-2006/ui/screens/pagedesigner/layout/cell.pt  
Wed Jun 14 16:56:00 2006
@@ -15,6 +15,13 @@
       <input type="hidden" name="name" value="title" />
       <input name="value" type="text" size="12" class="editable"
        tal:attributes="value title" />
+      <ins class="model"
+           tal:define="model nocall:context/@@getModel"
+           tal:content="python: model(info)" />
+      <img class="hover"
+           tal:attributes="id string:c$cell_id" width="12" height="12"
+           title="edit this cell" style="padding: 3px"
+           src="++resource++edit-12.png" />
     </form>
   </div>
 
@@ -31,14 +38,5 @@
        tal:attributes="id cell_id"
        tal:content="structure options/markup" />
 
-  <div style="text-align: center">
-    <ins class="model"
-         tal:define="model nocall:context/@@getModel"
-         tal:content="python: model(info)" />
-    <img class="hover"
-         tal:attributes="id string:c$cell_id" width="12" height="12"
-         title="edit this cell" style="padding: 3px"
-         src="++resource++edit-12.png" />
-  </div>
 
 </td>
-- 
http://lists.nuxeo.com/mailman/listinfo/z3lab-checkins

Reply via email to