[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/Content/ZPTPage/Views/Browser - browser.zcml:1.1.2.3.2.4
Steve Alexander
steve@cat-box.net
Tue, 4 Jun 2002 06:11:43 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Content/ZPTPage/Views/Browser
In directory cvs.zope.org:/tmp/cvs-serv14594/lib/python/Zope/App/OFS/Content/ZPTPage/Views/Browser
Modified Files:
Tag: Zope3InWonderland-branch
browser.zcml
Log Message:
more corrections to new zcml.
some bugs in new directives fixed.
stub for "permission" in service declaration, awaiting Jim's checkins.
Zope starts!
=== Zope3/lib/python/Zope/App/OFS/Content/ZPTPage/Views/Browser/browser.zcml 1.1.2.3.2.3 => 1.1.2.3.2.4 ===
<browser:defaultView
name="eval"
- for=".ZPTPage.IZPTPage."
+ for="Zope.App.OFS.Content.ZPTPage.ZPTPage.IZPTPage."
factory=".ZPTPageEval." />
<content class=".ZPTPageEval.">
@@ -19,10 +19,10 @@
<browser:view
name="edit"
- for=".ZPTPage.IZPTPage."
+ for="Zope.App.OFS.Content.ZPTPage.ZPTPage.IZPTPage."
factory=".ZPTPageEdit." />
- <content class=".ZPTPageEdit."
+ <content class=".ZPTPageEdit.">
<security:require
permission="Zope.View"
attributes="index action" />
@@ -32,8 +32,8 @@
<browser:view
name="SourceFieldView"
- for=".ZPTPage.IZPTPage."
- factory=".ZPTPageFields.SourceField.
+ for="Zope.App.OFS.Content.ZPTPage.ZPTPage.IZPTPage."
+ factory="Zope.App.OFS.Content.ZPTPage.ZPTPageFields.SourceField.
Zope.App.Formulator.Widgets.Browser.TextAreaWidget." />
</zopeConfigure>