[Zope-CVS] CVS: Packages/Moztop/moztop/content/Menu - ToolBar.js:1.19

Stephan Richter srichter@cbu.edu
Thu, 16 Jan 2003 17:50:43 -0500


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

Modified Files:
	ToolBar.js 
Log Message:
Finished what Paul started, namely mapping content types to icons. It works
and just looks beautiful!!!


=== Packages/Moztop/moztop/content/Menu/ToolBar.js 1.18 => 1.19 ===
--- Packages/Moztop/moztop/content/Menu/ToolBar.js:1.18	Thu Jan 16 10:25:29 2003
+++ Packages/Moztop/moztop/content/Menu/ToolBar.js	Thu Jan 16 17:50:10 2003
@@ -90,7 +90,9 @@
 		    "ZPTPage":
 		    ["Content", "Preview", "MetaData", "Security"],
 		    "DTMLPage":
-		    ["Content", "Preview", "MetaData", "Security"]
+		    ["Content", "Preview", "MetaData", "Security"],
+		    "SQLScript":
+		    ["Source", "Test", "Cache", "MetaData", "Security"]
     }
 
     var tabbox = document.createElement("tabbox");