[Zope-CVS] CVS: Packages/MoZTop/content/zopetop/Menu - ToolBarOverlay.xul:1.2
Christian Theune
ct@gocept.com
Fri, 7 Jun 2002 14:38:50 -0400
Update of /cvs-repository/Packages/MoZTop/content/zopetop/Menu
In directory cvs.zope.org:/tmp/cvs-serv12642/content/zopetop/Menu
Modified Files:
ToolBarOverlay.xul
Log Message:
- added the tree outliner as observer to the datasource, for change notification
(doesn't work currently, as the datasources never changes ...)
- added experimental reloadContentData for reloading the content datasource ...
but also doesn't work currently
- removed the notebook containing the explorer, properties and sites tab,
staying only with the explorer now
=== Packages/MoZTop/content/zopetop/Menu/ToolBarOverlay.xul 1.1 => 1.2 ===
<button onclick="addTask('add', 'Add Item', 'in progress');" label="Add Task" />
<button onclick="deleteLatestTask();" label="Delete Task" />
+ <button onclick="reloadContentData();" label="Reload content" />
<spring flex="100%" />
<image src="zopelogo.png" />
<spacer flex="1" />
</toolbar>
-</overlay>
\ No newline at end of file
+</overlay>