[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/component/browser/configure.zcml make the "Registration" view "later" in the menu so "Introspector" is more prominent

Benji York benji at zope.com
Wed Jul 26 08:30:08 EDT 2006


Log message for revision 69265:
  make the "Registration" view "later" in the menu so "Introspector" is more prominent
  

Changed:
  U   Zope3/trunk/src/zope/app/component/browser/configure.zcml

-=-
Modified: Zope3/trunk/src/zope/app/component/browser/configure.zcml
===================================================================
--- Zope3/trunk/src/zope/app/component/browser/configure.zcml	2006-07-25 22:59:44 UTC (rev 69264)
+++ Zope3/trunk/src/zope/app/component/browser/configure.zcml	2006-07-26 12:30:06 UTC (rev 69265)
@@ -14,11 +14,18 @@
   <browser:page
       for="*"
       name="registration.html"
-      menu="zmi_views" title="Registration"
       permission="zope.ManageSite"
       class=".registration.RegistrationView"
       />
 
+  <browser:menuItem
+      menu="zmi_views"
+      title="Registration"
+      for="*"
+      action="registration.html"
+      order="999"
+  />
+
   <browser:page
       for="*"
       name="addRegistration.html"



More information about the Zope3-Checkins mailing list