[Zope3-checkins] CVS: Zope3/src/zope/app/browser/skins -
configure.zcml:1.9
Jim Fulton
cvs-admin at zope.org
Fri Nov 21 12:10:52 EST 2003
Update of /cvs-repository/Zope3/src/zope/app/browser/skins
In directory cvs.zope.org:/tmp/cvs-serv30489/src/zope/app/browser/skins
Modified Files:
configure.zcml
Log Message:
Layers must now be defined before the are used.
=== Zope3/src/zope/app/browser/skins/configure.zcml 1.8 => 1.9 ===
--- Zope3/src/zope/app/browser/skins/configure.zcml:1.8 Thu Aug 7 13:30:59 2003
+++ Zope3/src/zope/app/browser/skins/configure.zcml Fri Nov 21 12:10:22 2003
@@ -2,13 +2,12 @@
xmlns="http://namespaces.zope.org/zope"
xmlns:browser="http://namespaces.zope.org/browser" >
-<!-- XXX We shouldn't have to repeat the skin definition to set the default -->
- <browser:skin name="" layers="rotterdam default" />
-
<include package=".basic" />
- <include package=".zopetop" />
<include package=".rotterdam" />
+ <include package=".zopetop" />
<include package=".debug" />
<include package=".onlinehelp" />
+
+ <defaultSkin name="Rotterdam" />
</configure>
More information about the Zope3-Checkins
mailing list