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

Stephan Richter srichter@cbu.edu
Tue, 14 Jan 2003 21:27:10 -0500


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

Modified Files:
	ExplorerOverlay.xul 
Log Message:
Now arbitrary items with arbitrary names can be added.


=== Packages/Moztop/moztop/content/Inspector/ExplorerOverlay.xul 1.7 => 1.8 ===
--- Packages/Moztop/moztop/content/Inspector/ExplorerOverlay.xul:1.7	Tue Jan 14 20:26:37 2003
+++ Packages/Moztop/moztop/content/Inspector/ExplorerOverlay.xul	Tue Jan 14 21:26:38 2003
@@ -49,9 +49,22 @@
         </action>
       </rule>
     </template>
-
-
 </tree>
+<box orient="horizontal">
+  <menulist id="field_obj_type" label="Type">
+    <menupopup>
+      <menuitem label="Folder" />
+      <menuitem label="File" />
+      <menuitem label="Image" />
+      <menuitem label="ZPTPage" />
+      <menuitem label="DTMLPage" />
+      <menuitem label="SQLScript" />
+    </menupopup>
+  </menulist>
+  <textbox id="field_obj_name" value="Name" flex="1"/>
+  <button onclick="addContentObject();" label="Add" flex="1"/>
+  <spacer flex="5" />
+</box>
 
 </tabpanel>