[Zope3-checkins] CVS: Zope3/src/zope/app/browser/skins/zopetop - configure.zcml:1.5
Sidnei da Silva
sidnei@x3ng.com.br
Sat, 1 Mar 2003 10:50:12 -0500
Update of /cvs-repository/Zope3/src/zope/app/browser/skins/zopetop
In directory cvs.zope.org:/tmp/cvs-serv26158
Modified Files:
configure.zcml
Log Message:
Zopetop Cleanup. Drag-n-drop isnt working anymore and I dont know how to fix. If Shane cannot fix it either, I will remove it.
=== Zope3/src/zope/app/browser/skins/zopetop/configure.zcml 1.4 => 1.5 ===
--- Zope3/src/zope/app/browser/skins/zopetop/configure.zcml:1.4 Mon Dec 30 18:50:29 2002
+++ Zope3/src/zope/app/browser/skins/zopetop/configure.zcml Sat Mar 1 10:49:38 2003
@@ -44,27 +44,9 @@
layer="templates"
/>
- <browser:resource
- name="zopetop_scripts.js"
- file="www/zopetop_scripts.js"
- layer="templates"
- />
-
<browser:resource
- name="zopetopbasic.css"
- file="www/zopetopbasic.css"
- layer="css"
- />
-
- <browser:resource
- name="zopetopwidgets.css"
- file="www/zopetopwidgets.css"
- layer="css"
- />
-
- <browser:resource
- name="zopetopstructure.css"
- file="www/zopetopstructure.css"
+ name="zopetop.css"
+ file="www/zopetop.css"
layer="css"
/>