[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/OFS/ApplicationControl/ServerControl/Views/Browser - configure.zcml:1.3

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


Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/ApplicationControl/ServerControl/Views/Browser
In directory cvs.zope.org:/tmp/cvs-serv8478/ServerControl/Views/Browser

Modified Files:
	configure.zcml 
Log Message:

Refactored the application controller to use the views menu rather
than a specialized view plugin mechanism.

Got rid of the old main page, which now does nothing and made the
process info view the default.



=== Zope3/lib/python/Zope/App/OFS/ApplicationControl/ServerControl/Views/Browser/configure.zcml 1.2 => 1.3 ===
--- Zope3/lib/python/Zope/App/OFS/ApplicationControl/ServerControl/Views/Browser/configure.zcml:1.2	Thu Jun 20 11:54:49 2002
+++ Zope3/lib/python/Zope/App/OFS/ApplicationControl/ServerControl/Views/Browser/configure.zcml	Fri Dec 20 18:15:03 2002
@@ -13,10 +13,15 @@
     <browser:page name="ServerControlForm.html" attribute="index" />
     <browser:page name="ServerControl.html"     attribute="action" />
   </browser:view>
-    
+ 
+
+  <browser:menuItem
+      for="Zope.App.OFS.ApplicationControl.IApplicationControl."
+      menu="zmi_views"
+      action="ServerControlForm.html"
+      title="Server control" 
+      />
+
+
 
-  <application-control:registerView
-      name="ServerControlForm.html"
-      title="Server control" />
-    
 </zopeConfigure>