[Nuxeo-checkins] r21405 - in CPSSkins/trunk: . skins/CPSSkins

svn at nuxeo.com svn at nuxeo.com
Wed May 4 13:04:10 CEST 2005


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;


More information about the Nuxeo-checkins mailing list
More information about CPS: CPS project - CVS - API

Hosting: Nuxeo: Zope service provider

About

This page is from a mailing archive for one of the Nuxeo projects.

Download Nuxeo DM Nuxeo DM Screencasts Nuxeo Products

Frow your blogs

From twitter