[Zope-CVS] CVS: Packages/Moztop/moztop/content - moztop.js:1.25 moztop.xul:1.22

Stephan Richter srichter@cbu.edu
Thu, 20 Mar 2003 14:31:20 -0500


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

Modified Files:
	moztop.js moztop.xul 
Log Message:
fixing site discovery and site adding.


=== Packages/Moztop/moztop/content/moztop.js 1.24 => 1.25 ===
--- Packages/Moztop/moztop/content/moztop.js:1.24	Thu Mar 20 11:30:21 2003
+++ Packages/Moztop/moztop/content/moztop.js	Thu Mar 20 14:30:49 2003
@@ -168,6 +168,11 @@
     '<site:styleid>folder</site:styleid>' +
     '</RDF:Description>' +
     '' +
+    '<RDF:Description about="urn:moztop:resourcetypes:zptpage">' +
+    '<dc:title>ZPT Page</dc:title>' +
+    '<site:styleid>zptpage</site:styleid>' +
+    '</RDF:Description>' +
+    '' +
     '<RDF:Description about="urn:moztop:resourcetypes:configurations">' +
     '<dc:title>Configurations</dc:title>' +
     '<site:styleid>configurations</site:styleid>' +


=== Packages/Moztop/moztop/content/moztop.xul 1.21 => 1.22 ===
--- Packages/Moztop/moztop/content/moztop.xul:1.21	Thu Mar 20 12:07:02 2003
+++ Packages/Moztop/moztop/content/moztop.xul	Thu Mar 20 14:30:49 2003
@@ -6,8 +6,8 @@
 <?xul-overlay href="chrome://moztop/content/menu/menuoverlay.xul"?>
 <?xul-overlay href="chrome://moztop/content/menu/keysetoverlay.xul"?>
 <?xul-overlay href="chrome://moztop/content/menu/commandset.xul"?>
-<?xul-overlay href="chrome://moztop/content/navigation/navigationoverlay.xul"?>
 <?xul-overlay href="chrome://moztop/content/messages/messagesoverlay.xul"?>
+<?xul-overlay href="chrome://moztop/content/navigation/navigationoverlay.xul"?>
 <?xul-overlay href="chrome://moztop/content/toolbar/toolbaroverlay.xul"?>
 <?xul-overlay href="chrome://moztop/content/workspace/workspaceoverlay.xul"?>