[Zope-Checkins] CVS: Zope/lib/python/OFS/dtml - properties.dtml:1.8.16.1

Chris McDonough chrism@zope.com
Tue, 8 Oct 2002 14:41:38 -0400


Update of /cvs-repository/Zope/lib/python/OFS/dtml
In directory cvs.zope.org:/tmp/cvs-serv20268/lib/python/OFS/dtml

Modified Files:
      Tag: chrism-install-branch
	properties.dtml 
Log Message:
Merging HEAD into chrism-install-branch.


=== Zope/lib/python/OFS/dtml/properties.dtml 1.8 => 1.8.16.1 ===
--- Zope/lib/python/OFS/dtml/properties.dtml:1.8	Tue May  7 13:54:56 2002
+++ Zope/lib/python/OFS/dtml/properties.dtml	Tue Oct  8 14:41:07 2002
@@ -1,5 +1,5 @@
 <dtml-call "REQUEST.set('management_page_charset','UTF-8')">
-<dtml-var "u''">
+<dtml-var "u' '">
 <dtml-var manage_page_header>
 <dtml-with "_(management_view='Properties')">
 <dtml-var manage_tabs>
@@ -44,7 +44,7 @@
 <tr>
   <td align="left" valign="top" width="16">
   <dtml-if "'d' in _['sequence-item'].get('mode', 'awd')">
-  <input type="checkbox" name="_ids:utf8:list" value="<dtml-var id html_quote>"
+  <input type="checkbox" name="_ids:utf8:string:list" value="<dtml-var id html_quote>"
    id="cb-<dtml-var id>">
   <dtml-else>
   </dtml-if>