[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/Content/Image - image.zcml:1.1.2.2
Stephan Richter
srichter@cbu.edu
Wed, 27 Mar 2002 18:47:50 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Content/Image
In directory cvs.zope.org:/tmp/cvs-serv429/App/OFS/Content/Image
Modified Files:
Tag: Zope-3x-branch
image.zcml
Log Message:
- Fixed some last buglets.
Now the merge is complete! MUCH THANKS GOES TO STEVE ALEXANDER FOR HELPING
ME TO DEBUG THE MESS!
=== Zope3/lib/python/Zope/App/OFS/Content/Image/image.zcml 1.1.2.1 => 1.1.2.2 ===
<security:protectClass name=".Image."
+ interface=".Image.IImage."
permission_id="Zope.View" />
@@ -20,7 +21,6 @@
<zmi:tabs for=".Image.IImage.">
<zmi:tab label="Edit" action="edit;view"/>
- <zmi:tab label="Contents" action="data;view"/>
<zmi:tab label="Role Permissions" action="RolePermissionsManagement;view"/>
</zmi:tabs>