[Zope3-checkins] CVS: Zope3/src/zope/app/browser/skins/zopetop - configure.zcml:1.6
Sidnei da Silva
sidnei@x3ng.com.br
Sat, 1 Mar 2003 12:33:23 -0500
Update of /cvs-repository/Zope3/src/zope/app/browser/skins/zopetop
In directory cvs.zope.org:/tmp/cvs-serv16602/src/zope/app/browser/skins/zopetop
Modified Files:
configure.zcml
Log Message:
More cleanup on Zopetop. Now we have basically everything that the Rotterdam skin has. Need to make sure request/URL/1 is the right way to get pass baseurl to the tree.
=== Zope3/src/zope/app/browser/skins/zopetop/configure.zcml 1.5 => 1.6 ===
--- Zope3/src/zope/app/browser/skins/zopetop/configure.zcml:1.5 Sat Mar 1 10:49:38 2003
+++ Zope3/src/zope/app/browser/skins/zopetop/configure.zcml Sat Mar 1 12:32:51 2003
@@ -3,7 +3,7 @@
xmlns:browser='http://namespaces.zope.org/browser'
>
- <browser:skin name="ZopeTop" layers="templates images css default" />
+ <browser:skin name="ZopeTop" layers="templates images css rotterdam default" />
<browser:page
for="*"
@@ -37,6 +37,15 @@
template="www/dialog_macros.pt"
layer="templates"
/>
+
+ <browser:page
+ name="contents.html"
+ for="zope.app.interfaces.content.folder.IFolder"
+ permission="zope.ManageContent"
+ layer="templates"
+ class="zope.app.browser.container.contents.Contents"
+ template="www/folder_contents.pt"
+ />
<browser:resource
name="pdlib.js"