mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-10 09:19:28 +00:00
Adding bugzilla personal toolbar entry.
This commit is contained in:
parent
b7f2d6e5d7
commit
7e96ed27ad
@ -29,6 +29,10 @@ titledbutton#netscape-button {
|
||||
list-style-image:url(resource:/res/toolbar/TB_Netscape.gif);
|
||||
}
|
||||
|
||||
titledbutton#bugzilla-button {
|
||||
list-style-image:url(resource:/res/toolbar/TB_Location.gif);
|
||||
}
|
||||
|
||||
titledbutton#security-button {
|
||||
list-style-image:url(resource:/res/toolbar/StatusBar-secure.gif);
|
||||
}
|
||||
|
@ -355,6 +355,8 @@
|
||||
onclick="BrowserHome()"/>
|
||||
<titledbutton id="netscape-button" align="right" value="Netscape"
|
||||
onclick="window.frames[0].frames[1].location.href='http://home.netscape.com'"/>
|
||||
<titledbutton id="bugzilla-button" align="right" value="Bugzilla"
|
||||
onclick="window.frames[0].frames[1].location.href='http://bugzilla.mozilla.org'"/>
|
||||
<spring flex="100%"/>
|
||||
</toolbar>
|
||||
</toolbox>
|
||||
|
Loading…
x
Reference in New Issue
Block a user