make toolbar menubuttons use correct classname for skinnability

git-svn-id: svn://10.0.0.236/trunk@71579 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ben%netscape.com 2000-06-06 03:30:02 +00:00
parent f4a4f42cd0
commit 998a73bbab
3 changed files with 6 additions and 2 deletions

View File

@ -49,5 +49,7 @@ CHROME_CONTENT = \
pageInfo.js \
$(NULL)
DIRS = unix
include $(topsrcdir)/config/rules.mk

View File

@ -21,6 +21,8 @@
DEPTH=..\..\..\..
DIRS= win
CHROME_DIR=packages\core
CHROME_CONTENT_DIR=navigator\content

View File

@ -229,12 +229,12 @@ Contributor(s): ______________________________________. -->
<toolbar id="nav-bar" class="toolbar-primary chromeclass-toolbar" persist="collapsed" grippytooltiptext="&navigationBar.tooltip;">
<box id="nav-bar-inner" autostretch="never" flex="1" style="min-width: 0px;">
<menubutton class="menubutton-dual toolbar" id="back-button" value="&backButton.label;"
<menubutton class="menubutton-dual top toolbar" id="back-button" value="&backButton.label;"
crop="right" observes="canGoBack" oncommand="gotoHistoryIndex(event);"
buttonaction="BrowserBack();" buttontooltiptext="&backButton.tooltip;">
<menupopup oncreate="BrowserBackMenu(event);"/>
</menubutton>
<menubutton class="menubutton-dual toolbar" id="forward-button"
<menubutton class="menubutton-dual top toolbar" id="forward-button"
crop="right" observes="canGoForward"
oncommand="gotoHistoryIndex(event);" buttonaction="BrowserForward();"
value="&forwardButton.label;" buttontooltiptext="&forwardButton.tooltip;">