Merge mozilla-central to autoland. a=merge CLOSED TREE
[gecko.git] / browser / base / content / titlebar-items.inc.xhtml
blob057fd522a9bc72909371291335ff5208b1db0af2
1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
5 <hbox class="titlebar-buttonbox-container" skipintoolbarset="true">
6 <hbox class="titlebar-buttonbox">
7 <toolbarbutton class="titlebar-button titlebar-min"
8 oncommand="window.minimize();"
9 data-l10n-id="browser-window-minimize-button"
11 <toolbarbutton class="titlebar-button titlebar-max"
12 oncommand="window.maximize();"
13 data-l10n-id="browser-window-maximize-button"
15 <toolbarbutton class="titlebar-button titlebar-restore"
16 oncommand="window.fullScreen ? BrowserFullScreen() : window.restore();"
17 data-l10n-id="browser-window-restore-down-button"
19 <toolbarbutton class="titlebar-button titlebar-close"
20 command="cmd_closeWindow"
21 data-l10n-id="browser-window-close-button"
23 </hbox>
24 </hbox>