mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-07 13:24:12 +00:00
Added the Personal Toolbar to the XUL file.
This commit is contained in:
parent
fe5f0a6135
commit
8256be2c1a
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user