[Zope-Checkins] CVS: Zope/lib/python/OFS/dtml -
properties.dtml:1.12.16.5
Andreas Jung
andreas at andreas-jung.com
Sun May 2 05:14:17 EDT 2004
Update of /cvs-repository/Zope/lib/python/OFS/dtml
In directory cvs.zope.org:/tmp/cvs-serv19005
Modified Files:
Tag: Zope-2_7-branch
properties.dtml
Log Message:
Collector #1004: text,token properties missing
=== Zope/lib/python/OFS/dtml/properties.dtml 1.12.16.4 => 1.12.16.5 ===
--- Zope/lib/python/OFS/dtml/properties.dtml:1.12.16.4 Fri Jan 16 10:36:06 2004
+++ Zope/lib/python/OFS/dtml/properties.dtml Sun May 2 05:14:16 2004
@@ -253,13 +253,13 @@
<option>lines</option>
<option>long</option>
<option selected>string</option>
+ <option>text</option>
+ <option>tokens</option>
<dtml-if "REQUEST['management_page_charset'] == 'UTF-8'">
<option>ustring</option>
- <option>text</option>
- <option>tokens</option>
+ <option>ulines</option>
<option>utext</option>
<option>utokens</option>
- <option>ulines</option>
</dtml-if>
<option>selection</option>
<option>multiple selection</option>
More information about the Zope-Checkins
mailing list