[Zope3-checkins] CVS: Zope3/src/zope/app/browser/services/pluggableauth - configure.zcml:1.3

Chris McDonough chrism@zope.com
Mon, 23 Jun 2003 22:32:38 -0400


Update of /cvs-repository/Zope3/src/zope/app/browser/services/pluggableauth
In directory cvs.zope.org:/tmp/cvs-serv30083/browser/services/pluggableauth

Modified Files:
	configure.zcml 
Log Message:
Register the contents view.


=== Zope3/src/zope/app/browser/services/pluggableauth/configure.zcml 1.2 => 1.3 ===
--- Zope3/src/zope/app/browser/services/pluggableauth/configure.zcml:1.2	Mon Jun 23 18:46:14 2003
+++ Zope3/src/zope/app/browser/services/pluggableauth/configure.zcml	Mon Jun 23 22:32:37 2003
@@ -46,6 +46,7 @@
 
 <page
      name="contents.html" 
+     menu="zmi_views" title="Contents"
      for="zope.app.services.pluggableauth.IPrincipalSource"
      permission="zope.ManageServices" 
      class="zope.app.browser.container.contents.Contents"
@@ -83,4 +84,4 @@
 
 <!-- Principals -->
 
-</zopeConfigure>
\ No newline at end of file
+</zopeConfigure>