Author: jmorliaguet
Date: Wed May 4 13:04:03 2005
New Revision: 21405
Modified:
CPSSkins/trunk/CHANGES
CPSSkins/trunk/skins/CPSSkins/cpsskins_cellblock.pt
Log:
- Strict XHTML compliance in the rendering of cell blocks.
Modified: CPSSkins/trunk/CHANGES
==============================================================================
--- CPSSkins/trunk/CHANGES (original)
+++ CPSSkins/trunk/CHANGES Wed May 4 13:04:03 2005
@@ -18,6 +18,7 @@
- fixed pageblock layout rendering in macroless mode.
- Collapsible Menu Templet: more robust computation of relative urls.
- fixed crash under CPSSharedCalendar / Five in the lookup of method themes.
+- Strict XHTML compliance in the rendering of cell blocks.
New internal features:
~~~~~~~~~~~~~~~~~~~~~~
- better caching of the base url.
Modified: CPSSkins/trunk/skins/CPSSkins/cpsskins_cellblock.pt
==============================================================================
--- CPSSkins/trunk/skins/CPSSkins/cpsskins_cellblock.pt (original)
+++ CPSSkins/trunk/skins/CPSSkins/cpsskins_cellblock.pt Wed May 4 13:04:03 2005
@@ -16,7 +16,7 @@
<td valign="top"
tal:define="contents_in_xpos python: objects_in_xpos['contents'];
cellsize python: objects_in_xpos['cellsizer']"
- tal:attributes="width python: cellsize and cellsize.cellwidth or None">
+ tal:attributes="style python: cellsize and 'width:%s' % cellsize.cellwidth or None">
<tal:block repeat="content contents_in_xpos">
<div tal:define="rendered python: content.render_cache(shield=shield, context_obj=context_obj, enable_esi=enable_esi, boxedit=boxedit)"
tal:attributes="align python: content.align;
Hosting: Nuxeo: Zope service provider
This page is from a mailing archive for one of the Nuxeo projects.