[Zope-CVS] CVS: Packages/Moztop/moztop/content/toolbar - toolbaroverlay.xul:1.8
Paul Everitt
paul@zope.com
Sun, 23 Mar 2003 16:09:17 -0500
Update of /cvs-repository/Packages/Moztop/moztop/content/toolbar
In directory cvs.zope.org:/tmp/cvs-serv4608/toolbar
Modified Files:
toolbaroverlay.xul
Log Message:
Started on add folder, turned toolbar button into a pulldown menu
=== Packages/Moztop/moztop/content/toolbar/toolbaroverlay.xul 1.7 => 1.8 ===
--- Packages/Moztop/moztop/content/toolbar/toolbaroverlay.xul:1.7 Sun Mar 23 13:03:22 2003
+++ Packages/Moztop/moztop/content/toolbar/toolbaroverlay.xul Sun Mar 23 16:09:16 2003
@@ -6,15 +6,22 @@
<script src="chrome://moztop/content/toolbar/toolbar.js"/>
<toolbar id="moztop-toolbar">
- <button label="New Site" command="menu-file-new-site:command" />
+
+ <button type="menu-button" class="moztop-toolbarbutton-1" label="New">
+ <menupopup id="moztop-menu-file-popup">
+ <menuitem label="Folder" command="menu-file-new-folder:command"/>
+ <menuseparator/>
+ <menuitem label="Site" command="menu-file-new-site:command"/>
+ </menupopup>
+ </button>
+
+
<button oncommand="sitesmanager.removeSelectedResource();"
label="Remove" tooltiptext="Remove selected item in navigation"/>
<button oncommand="sitesmanager.reloadSelectedSite();"
label="Reload" tooltiptext="Reload selected site"/>
<button oncommand="removeActiveContentTab();"
label="Remove Tab" />
- <button command="menu-debug-browse-datasources:command"
- label="Browse RDF"/>
<button oncommand="testDAV();"
label="Test DAV"/>
<spring flex="100%" />