[Zope3-checkins] CVS: Zope3/src/zope/app/browser - configure.zcml:1.4

Jim Fulton jim@zope.com
Thu, 26 Dec 2002 15:21:17 -0500


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

Modified Files:
	configure.zcml 
Log Message:
Added the rotterdam skin. The way cool new UI done (well, started)
at the Rotterdam sprinathon.

Modified the skin to reflect the grand renaming.

Also refactored the skins and standard mapping interfaces so we no
longer need IStandardMacros just to say that standard macros have a
__getitem__ method. 



=== Zope3/src/zope/app/browser/configure.zcml 1.3 => 1.4 ===
--- Zope3/src/zope/app/browser/configure.zcml:1.3	Wed Dec 25 13:14:47 2002
+++ Zope3/src/zope/app/browser/configure.zcml	Thu Dec 26 15:20:47 2002
@@ -68,10 +68,11 @@
 
 <!-- Introspection -->
 
-  <browser:defaultView
+  <!-- XXX wrong perm  -->
+  <browser:view
       name="classBrowser.html"
       for = "zope.interface.Interface"
-      permission="zope.View"
+      permission="zope.View" 
       template="introspector.pt"
       factory="zope.app.browser.introspector.IntrospectorView"
       />