[Zope-CVS] CVS: Products/CompositePage/manual - body.pt:1.9
Shane Hathaway
shane at zope.com
Mon Mar 15 08:33:13 EST 2004
Update of /cvs-repository/Products/CompositePage/manual
In directory cvs.zope.org:/tmp/cvs-serv17023
Modified Files:
body.pt
Log Message:
The icons now come before the slot header and have no specific size.
=== Products/CompositePage/manual/body.pt 1.8 => 1.9 ===
--- Products/CompositePage/manual/body.pt:1.8 Fri Mar 5 16:41:05 2004
+++ Products/CompositePage/manual/body.pt Mon Mar 15 08:33:12 2004
@@ -9,29 +9,29 @@
<tbody tal:repeat="slot_info options/manifest">
<tr>
<td class="slot_top">
- <span tal:content="slot_info/title">Headliner story</span>
- - Slot <span tal:content="repeat/slot_info/number">1</span>
-
<span target_index="0" tal:attributes="target_path slot_info/target_path"
tal:define="ui_url options/ui/absolute_url">
<a href="#" onclick="manual_add(this.parentNode); return false;"
><img tal:attributes="src string:${ui_url}/add_icon" align="center"
- width="16" height="16" alt="Add" title="Add" /></a>
+ alt="Add" title="Add" /></a>
<a href="#" onclick="manual_delete(); return false;"
><img tal:attributes="src string:${ui_url}/remove_icon" align="center"
- width="16" height="16" alt="Remove" title="Remove" /></a>
+ alt="Remove" title="Remove" /></a>
<a href="#" onclick="manual_copy(); return false;"
><img tal:attributes="src string:${ui_url}/copy_icon" align="center"
- width="16" height="16" alt="Copy" title="Copy" /></a>
+ alt="Copy" title="Copy" /></a>
<a href="#" onclick="manual_cut(); return false;"
><img tal:attributes="src string:${ui_url}/cut_icon" align="center"
- width="16" height="16" alt="Cut" title="Cut" /></a>
+ alt="Cut" title="Cut" /></a>
<tal:block tal:condition="request/__cp|nothing">
<a href="#" onclick="manual_paste(this.parentNode); return false;"
><img tal:attributes="src string:${ui_url}/paste_icon" align="center"
- width="16" height="16" alt="Paste" title="Paste" /></a>
+ alt="Paste" title="Paste" /></a>
</tal:block>
</span>
+
+<span tal:content="slot_info/title">Headliner story</span>
+- Slot <span tal:content="repeat/slot_info/number">1</span>
</td>
</tr>
@@ -109,7 +109,7 @@
<tr>
<td class="slot_bottom">
-<span target_index="0" tal:attributes="target_path slot_info/target_path">
+<!--span target_index="0" tal:attributes="target_path slot_info/target_path">
<a href="#" onclick="manual_add(this); return false;">Add</a> |
<a href="#" onclick="manual_delete(); return false;">Remove</a> |
<a href="#" onclick="manual_copy(); return false;">Copy</a> |
@@ -117,7 +117,8 @@
<tal:block tal:condition="request/__cp|nothing"> |
<a href="#" onclick="manual_paste(this); return false;">Paste</a>
</tal:block>
-</span>
+</span-->
+
</td>
</tr>
More information about the Zope-CVS
mailing list