[Zope-CVS] CVS: Products/CompositePage - slot.py:1.13
Shane Hathaway
shane at zope.com
Mon Dec 29 11:59:52 EST 2003
Update of /cvs-repository/Products/CompositePage
In directory cvs.zope.org:/tmp/cvs-serv31668
Modified Files:
slot.py
Log Message:
Indent the body of an element by the space taken up by the icon (20px)
=== Products/CompositePage/slot.py 1.12 => 1.13 ===
--- Products/CompositePage/slot.py:1.12 Mon Dec 29 11:47:46 2003
+++ Products/CompositePage/slot.py Mon Dec 29 11:59:21 2003
@@ -50,7 +50,7 @@
target_path="%s" target_index="%d"></div>'''
edit_tag = '''<div class="slot_element" source_path="%s" icon="%s" title="%s">
-%s
+<div class="slot_element_body">%s</div>
</div>'''
# VIEW_TAG includes a <div> just to ensure that the element is
More information about the Zope-CVS
mailing list