[Checkins] SVN: Products.DCWorkflow/branches/2.2/Products/DCWorkflow/ Backported c117482 from trunk

Hanno Schlichting hannosch at hannosch.eu
Sat Nov 6 07:49:13 EDT 2010


Log message for revision 118257:
  Backported c117482 from trunk
  

Changed:
  U   Products.DCWorkflow/branches/2.2/Products/DCWorkflow/CHANGES.txt
  U   Products.DCWorkflow/branches/2.2/Products/DCWorkflow/dtml/state_groups.pt

-=-
Modified: Products.DCWorkflow/branches/2.2/Products/DCWorkflow/CHANGES.txt
===================================================================
--- Products.DCWorkflow/branches/2.2/Products/DCWorkflow/CHANGES.txt	2010-11-06 11:48:13 UTC (rev 118256)
+++ Products.DCWorkflow/branches/2.2/Products/DCWorkflow/CHANGES.txt	2010-11-06 11:49:13 UTC (rev 118257)
@@ -4,6 +4,8 @@
 2.2.2 (unreleased)
 ------------------
 
+- Fixed Chameleon compatibility in `state_groups.pt`.
+
 - Workflow states cannot be renamed through the ZMI.
   (https://bugs.launchpad.net/zope-cmf/+bug/625722)
 

Modified: Products.DCWorkflow/branches/2.2/Products/DCWorkflow/dtml/state_groups.pt
===================================================================
--- Products.DCWorkflow/branches/2.2/Products/DCWorkflow/dtml/state_groups.pt	2010-11-06 11:48:13 UTC (rev 118256)
+++ Products.DCWorkflow/branches/2.2/Products/DCWorkflow/dtml/state_groups.pt	2010-11-06 11:49:13 UTC (rev 118257)
@@ -10,7 +10,7 @@
 
 <form action="setGroups" method="POST"
   tal:define="wf here/getWorkflow; roles wf/getRoles">
-<table width="100%" cellspacing="0" cellpadding="2" border="0" nowrap>
+<table width="100%" cellspacing="0" cellpadding="2" border="0" nowrap="nowrap">
 <tr class="list-header">
   <td align="left">
   <div class="form-label">



More information about the checkins mailing list