[Zope-CVS] CVS: Packages/Moztop/moztop/content/Inspector - ExplorerOverlay.xul:1.9

Stephan Richter srichter@cbu.edu
Tue, 14 Jan 2003 23:05:14 -0500


Update of /cvs-repository/Packages/Moztop/moztop/content/Inspector
In directory cvs.zope.org:/tmp/cvs-serv25946/moztop/content/Inspector

Modified Files:
	ExplorerOverlay.xul 
Log Message:
You can now "open" content objects. A new tab is created for them.


=== Packages/Moztop/moztop/content/Inspector/ExplorerOverlay.xul 1.8 => 1.9 ===
--- Packages/Moztop/moztop/content/Inspector/ExplorerOverlay.xul:1.8	Tue Jan 14 21:26:38 2003
+++ Packages/Moztop/moztop/content/Inspector/ExplorerOverlay.xul	Tue Jan 14 23:04:41 2003
@@ -65,6 +65,9 @@
   <button onclick="addContentObject();" label="Add" flex="1"/>
   <spacer flex="5" />
 </box>
+<box orient="horizontal">
+  <button onclick="openContentObject();" label="Open" flex="1"/>
+</box>
 
 </tabpanel>