[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/Content/File/Views/Browser - configure.zcml:1.8

Jim Fulton jim@zope.com
Mon, 24 Jun 2002 07:49:08 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Content/File/Views/Browser
In directory cvs.zope.org:/tmp/cvs-serv6075

Modified Files:
	configure.zcml 
Log Message:
Forgot to change old named edit view that had pages to unnamed view.


=== Zope3/lib/python/Zope/App/OFS/Content/File/Views/Browser/configure.zcml 1.7 => 1.8 ===
 
   <browser:view
-      name="edit"
       for=".IFile."
       permission="Zope.View"
       factory=".Views.Browser.FileEdit.">
@@ -39,8 +38,8 @@
   <browser:menuItems menu="zmi_views" for=".IFile.">
     <browser:menuItem title="View" action="."/>
     <browser:menuItem title="Edit" action="editForm.html"/>
-    <browser:menuItem title="Role Permissions" 
-             action="AllRolePermissions.html"/>
+    <!-- <browser:menuItem title="Role Permissions" 
+             action="AllRolePermissions.html"/> -->
   </browser:menuItems>
 
   <browser:menuItem menu="add_content"