Added the Personal Toolbar to the XUL file.

This commit is contained in:
hyatt%netscape.com 1999-03-07 23:14:41 +00:00
parent fe5f0a6135
commit 8256be2c1a

View File

@ -185,6 +185,7 @@
<menuitem name="Forward" onclick="BrowserForward();" />
<menuitem name="Home" onclick="BrowserHome();"/>
</menu>
<menu name="Bookmarks" datasources="rdf:bookmarks" id="NC:BookmarksRoot" open="true"/>
<menu name="Window">
@ -195,7 +196,6 @@
<html:div id="header">
<toolbox>
<toolbar>
<html:table width="100%" cellpadding=0 cellspacing=0><html:tr>
@ -242,10 +242,7 @@
</toolbar>
<toolbar>
<titledbutton align="right" src="resource:/res/toolbar/TB_Location.gif" value="Mozilla" onclick="window.frames[0].location.href='http://www.mozilla.org'"/>
<titledbutton align="right" src="resource:/res/toolbar/TB_Location.gif" value="ABC News" onclick="window.frames[0].location.href='http://www.abcnews.com'"/>
</toolbar>
<toolbar datasources="rdf:bookmarks" id="NC:PersonalToolbarFolder"/>
</toolbox>
</html:div>