[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/menus.zcml Clean up menus. Removed unused ones, made long titles descriptions and

Stephan Richter srichter at cosmos.phy.tufts.edu
Tue Jan 3 16:31:33 EST 2006


Log message for revision 41116:
  Clean up menus. Removed unused ones, made long titles descriptions and 
  gave short titles.
  

Changed:
  U   Zope3/trunk/src/zope/app/menus.zcml

-=-
Modified: Zope3/trunk/src/zope/app/menus.zcml
===================================================================
--- Zope3/trunk/src/zope/app/menus.zcml	2006-01-03 20:54:01 UTC (rev 41115)
+++ Zope3/trunk/src/zope/app/menus.zcml	2006-01-03 21:31:32 UTC (rev 41116)
@@ -1,40 +1,31 @@
-<zope:configure
-   xmlns:zope="http://namespaces.zope.org/zope"
-   xmlns="http://namespaces.zope.org/browser"
-   i18n_domain="zope">
+<configure
+    xmlns="http://namespaces.zope.org/browser"
+    i18n_domain="zope">
 
   <menu
       id="zmi_views"
-      title="Menu for displaying alternate representations of an object" />
+      title="Views"
+      description="Menu for displaying alternate representations of an object"
+      />
 
   <menu
       id="zmi_actions"
-      title="Menu for displaying actions to be performed" />
+      title="Actions"
+      description="Menu for displaying actions to be performed"
+      />
 
   <menu
-      id="add_cache"
-      title="Menu of caches to be added" />
-
-  <menu
-      id="add_content"
-      title="Menu of objects to be added to content folders" />
-
-  <menu
       id="zope.app.container.add"
-      title="Menu for objects to be added according to containment constraints"
+      title="Add"
+      description="Menu for objects to be added according to
+                   containment constraints"
       interface="zope.app.publisher.interfaces.browser.AddMenu"
       />
 
   <menu
       id="add_component"
-      title="Menu of objects to be added to site management folders" />
+      title="Add"
+      description="Menu of objects to be added to site management folders"
+      />
 
-  <menu
-      id="add_connection"
-      title="Menu of database connections to be added" />
-
-  <menu
-      id="add_registration"
-      title="Menu of addable configuration objects" />
-
-</zope:configure>
+</configure>



More information about the Zope3-Checkins mailing list