[Zope-CVS] CVS: Packages/Moztop/moztop/content/toolbar - toolbaroverlay.xul:1.6
Stephan Richter
srichter@cbu.edu
Sun, 23 Mar 2003 08:33:23 -0500
Update of /cvs-repository/Packages/Moztop/moztop/content/toolbar
In directory cvs.zope.org:/tmp/cvs-serv4156/moztop/content/toolbar
Modified Files:
toolbaroverlay.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/toolbar/toolbaroverlay.xul 1.5 => 1.6 ===
--- Packages/Moztop/moztop/content/toolbar/toolbaroverlay.xul:1.5 Sat Mar 22 22:05:25 2003
+++ Packages/Moztop/moztop/content/toolbar/toolbaroverlay.xul Sun Mar 23 08:32:53 2003
@@ -7,8 +7,8 @@
<toolbar id="moztop-toolbar">
<button label="New Site" command="menu-file-new-site:command" />
- <button oncommand="sitesmanager.removeSelectedSite();"
- label="Remove Site" tooltiptext="Remove selected site"/>
+ <button oncommand="sitesmanager.removeSelectedResource();"
+ label="Remove" tooltiptext="Remove selected item in navigation"/>
<button oncommand="sitesmanager.reloadSelectedSite();"
label="Reload" tooltiptext="Reload selected site"/>
<button oncommand="removeActiveContentTab();"