[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/OFS/Content/Folder/Views/Browser - configure.zcml:1.14 FolderContents.py:NONE contents.pt:NONE

Jim Fulton jim@zope.com
Fri, 20 Dec 2002 18:11:41 -0500


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

Modified Files:
	configure.zcml 
Removed Files:
	FolderContents.py contents.pt 
Log Message:
Got rid of the no-longer needed FolderContents, since
navigation to anfd creation of service managers is now accomplished
via the actions menu.



=== Zope3/lib/python/Zope/App/OFS/Content/Folder/Views/Browser/configure.zcml 1.13 => 1.14 ===
--- Zope3/lib/python/Zope/App/OFS/Content/Folder/Views/Browser/configure.zcml:1.13	Mon Nov  4 17:11:02 2002
+++ Zope3/lib/python/Zope/App/OFS/Content/Folder/Views/Browser/configure.zcml	Fri Dec 20 18:11:10 2002
@@ -38,14 +38,28 @@
 <browser:view
     for=".Folder.IFolder."
     permission="Zope.ManageContent" 
-    factory=".Views.Browser.FolderContents.">
+    factory="Zope.App.OFS.Container.Views.Browser.Contents.">
 
   <browser:page name="index.html" attribute="index" permission="Zope.View" />
   <browser:page name="contents.html" attribute="contents" />
   <browser:page name="manage" attribute="contents" />
-  <browser:page name="addServiceManager.html" attribute="addServiceManager" />
   <browser:page name="removeObjects.html" attribute="removeObjects" />
 
 </browser:view>
+
+<!-- ApplicationController navigation -->
+
+
+<browser:menuItems menu="zmi_actions"
+  for="Zope.App.OFS.Content.Folder.RootFolder.IRootFolder."
+  >
+
+  <browser:menuItem title="Process Manager"
+            action="++etc++ApplicationController/index.html"
+            />
+
+</browser:menuItems>
+
+
 
 </zopeConfigure>

=== Removed File Zope3/lib/python/Zope/App/OFS/Content/Folder/Views/Browser/FolderContents.py ===

=== Removed File Zope3/lib/python/Zope/App/OFS/Content/Folder/Views/Browser/contents.pt ===