[Zope-Checkins]
SVN: Products.Five/branches/philikon-viewzpt-refactor/viewlet/directives.txt
ViewPTF isn't a simpleitem anymore, so no meta_type
Philipp von Weitershausen
philikon at philikon.de
Sat Jun 10 14:50:37 EDT 2006
Log message for revision 68576:
ViewPTF isn't a simpleitem anymore, so no meta_type
Changed:
U Products.Five/branches/philikon-viewzpt-refactor/viewlet/directives.txt
-=-
Modified: Products.Five/branches/philikon-viewzpt-refactor/viewlet/directives.txt
===================================================================
--- Products.Five/branches/philikon-viewzpt-refactor/viewlet/directives.txt 2006-06-10 18:49:37 UTC (rev 68575)
+++ Products.Five/branches/philikon-viewzpt-refactor/viewlet/directives.txt 2006-06-10 18:50:36 UTC (rev 68576)
@@ -130,8 +130,8 @@
<Products.Five.viewlet.manager.<ViewletManager providing ILeftColumn> object ...>
>>> ILeftColumn.providedBy(manager)
True
- >>> manager.template.meta_type
- 'Page Template (File)'
+ >>> manager.template
+ <BoundPageTemplateFile of <Products.Five.viewlet.manager.<ViewletManager providing ILeftColumn> object at ...>>
>>> manager.update()
>>> print manager.render().strip()
<div class="column">
@@ -164,8 +164,8 @@
<class 'Products.Five.viewlet.manager.ViewletManagerBase'>)
>>> ILeftColumn.providedBy(manager)
True
- >>> manager.template.meta_type
- 'Page Template (File)'
+ >>> manager.template
+ <BoundPageTemplateFile of <Products.Five.viewlet.manager.<ViewletManager providing ILeftColumn> object at ...>>
>>> manager.update()
>>> print manager.render().strip()
<div class="column">
More information about the Zope-Checkins
mailing list