Remove some of the hard-coded URLs from the personal toolbar as they are duplicates of the URLs stored in the "Personal Toolbar" bookmarks folder. Also, give containers on the personal toolbar a distinct folder icon.

git-svn-id: svn://10.0.0.236/trunk@33517 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rjc%netscape.com
1999-06-03 07:41:05 +00:00
parent 2214595591
commit 75b7d2622b

View File

@@ -630,7 +630,7 @@
<toolbar class="main-bar" chromeclass="toolbar" datasources="rdf:bookmarks" id="NC:PersonalToolbarFolder">
<template>
<rule iscontainer="true">
<titledbutton uri="..." src="resource:/res/toolbar/TB_Location.gif" value="rdf:http://home.netscape.com/NC-rdf#Name" align="right" />
<titledbutton uri="..." src="resource:/res/rdf/folder-closed.gif" value="rdf:http://home.netscape.com/NC-rdf#Name" align="right" />
</rule>
<rule>
@@ -642,10 +642,6 @@
onclick="BrowserHome()"/>
<titledbutton id="netscape-button" align="right" value="&netscapeButton.label;"
onclick="window.frames[0].frames[1].location.href='http://home.netscape.com'"/>
<titledbutton id="bugzilla-button" align="right" value="&bugzillaButton.label;"
onclick="window.frames[0].frames[1].location.href='http://bugzilla.mozilla.org'"/>
<titledbutton id="tinderbox-button" align="right" value="&tinderboxButton.label;"
onclick="window.frames[0].frames[1].location.href='http://cvs-mirror.mozilla.org/webtools/tinderbox/showbuilds.cgi?tree=SeaMonkey&amp;hours=12&amp;nocrap=1'"/>
<spring flex="100%"/>
</toolbar>
</toolbox>