[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/OFS/Content/DTMLPage - DTMLPage.py:1.7
Jim Fulton
jim@zope.com
Wed, 11 Sep 2002 18:09:05 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Content/DTMLPage
In directory cvs.zope.org:/tmp/cvs-serv9283/lib/python/Zope/App/OFS/Content/DTMLPage
Modified Files:
DTMLPage.py
Log Message:
Updated to work with new schemas.
In particular, changed field titles and desciptions to unicode.
=== Zope3/lib/python/Zope/App/OFS/Content/DTMLPage/DTMLPage.py 1.6 => 1.7 ===
--- Zope3/lib/python/Zope/App/OFS/Content/DTMLPage/DTMLPage.py:1.6 Sat Sep 7 12:18:49 2002
+++ Zope3/lib/python/Zope/App/OFS/Content/DTMLPage/DTMLPage.py Wed Sep 11 18:08:34 2002
@@ -39,8 +39,8 @@
"""Get the source of the page template."""
source = Zope.Schema.Bytes(
- title="Source",
- description="""The source od the page template.""",
+ title=u"Source",
+ description=u"""The source od the page template.""",
required=1)