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

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


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

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


=== Packages/Moztop/moztop/content/Inspector/ExplorerOverlay.xul 1.13 => 1.14 ===
--- Packages/Moztop/moztop/content/Inspector/ExplorerOverlay.xul:1.13	Thu Jan 16 14:46:57 2003
+++ Packages/Moztop/moztop/content/Inspector/ExplorerOverlay.xul	Thu Jan 16 17:50:08 2003
@@ -46,13 +46,17 @@
             <binding subject="?resourcetype"
                     predicate="http://www.purl.org/dc/1.1#title"
                     object="?resourcetypetitle"/>
+            <binding subject="?subitem"
+		     predicate="http://home.netscape.com/NC-rdf#objecttype"
+                     object="?objecttype" />
         </bindings>
 
         <action>
             <treechildren flex="1" ondblclick="openContentObject();">
-                <treeitem uri="?subitem">
+                <treeitem uri="?subitem" class="?resourcetypetitle">
                     <treerow>
-                        <treecell properties="zope-?resourcetypetitle" label="?name"/>
+                        <treecell properties="zope-?objecttype" 
+                                  label="?name"/>
                         <treecell label="?resourcetypetitle"/>
                     </treerow>
                 </treeitem>