[Zope-CVS] CVS: Packages/Moztop/moztop/content - moztop.xul:1.25
Stephan Richter
srichter@cbu.edu
Sun, 23 Mar 2003 08:33:23 -0500
Update of /cvs-repository/Packages/Moztop/moztop/content
In directory cvs.zope.org:/tmp/cvs-serv4156/moztop/content
Modified Files:
moztop.xul
Log Message:
Remove works now for Sites and Content Resources. The so-called
'Virtual/Pseudo Folders' just give you a message that you cannot delete
them.
Note that deleting Content Resources works using the DAV DELETE command
now. If you still run Zope 3 with an old zserver.zcml, then you need to
start using the new version that can be copied from zserver.zcml.in.
=== Packages/Moztop/moztop/content/moztop.xul 1.24 => 1.25 ===
--- Packages/Moztop/moztop/content/moztop.xul:1.24 Sat Mar 22 10:02:06 2003
+++ Packages/Moztop/moztop/content/moztop.xul Sun Mar 23 08:32:51 2003
@@ -30,6 +30,7 @@
<script type="application/x-javascript" src="lib/ioutils.js"/>
<script type="application/x-javascript" src="lib/rdfds.js"/>
+ <script type="application/x-javascript" src="lib/jsdav.js"/>
<script type="application/x-javascript" src="global.js"/>
<script type="application/x-javascript" src="moztop.js"/>
<script type="application/x-javascript" src="lib/datasourcemanager.js"/>