[Zope-CVS] CVS: Packages/Moztop/moztop/content/Inspector - ExplorerOverlay.xul:1.7 SitesOverlay.xul:1.6
Stephan Richter
srichter@cbu.edu
Tue, 14 Jan 2003 20:27:09 -0500
Update of /cvs-repository/Packages/Moztop/moztop/content/Inspector
In directory cvs.zope.org:/tmp/cvs-serv6091/moztop/content/Inspector
Modified Files:
ExplorerOverlay.xul SitesOverlay.xul
Log Message:
I think this is a good checkpoint to make a checkin:
- Now we can add Folders in any arbitrary Sub-Folder.
- I needed to fix the nsXmlRpcClient.js file, so I provide the fixed
version here.
- Updated CHANGES.txt.
- Updated INSTALL.txt to reflect the fix for nzXmlRpcClient.js and made
a note that a nightly build is required, since the XML-RPC lib does not
work in 1.2.1.
=== Packages/Moztop/moztop/content/Inspector/ExplorerOverlay.xul 1.6 => 1.7 ===
--- Packages/Moztop/moztop/content/Inspector/ExplorerOverlay.xul:1.6 Tue Jan 14 12:09:04 2003
+++ Packages/Moztop/moztop/content/Inspector/ExplorerOverlay.xul Tue Jan 14 20:26:37 2003
@@ -5,7 +5,9 @@
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<tabpanel id="explorer-panel">
-<tree flex="1" datasources="rdf:null" style="width:20em;" id="navigationtree"
+<tree flex="1" style="width:20em;"
+ id="navigationtree"
+ datasources="rdf:null"
containment="http://home.netscape.com/NC-rdf#subitems">
<treecols>
<treecol id="ResourceNameColumn" label="Name" primary="true" flex="1"/>
=== Packages/Moztop/moztop/content/Inspector/SitesOverlay.xul 1.5 => 1.6 ===
--- Packages/Moztop/moztop/content/Inspector/SitesOverlay.xul:1.5 Tue Jan 14 15:42:27 2003
+++ Packages/Moztop/moztop/content/Inspector/SitesOverlay.xul Tue Jan 14 20:26:37 2003
@@ -19,7 +19,7 @@
flags="dont-build-content" ref="urn:sites:data"
containment="http://www.zope.org/rdf/site#child">
<treecols>
- <treecol id="servername" label="Server Name 1" primary="true" flex="10"/>
+ <treecol id="servername" label="Server Name" primary="true" flex="10"/>
<splitter/>
<treecol id="serverport" label="Port" flex="1"/>
<splitter/>