78 lines
3.4 KiB
XML
78 lines
3.4 KiB
XML
<!-- This Source Code Form is subject to the terms of the Mozilla Public
|
|
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
|
|
|
<panel id="PanelUI-popup"
|
|
role="group"
|
|
type="arrow"
|
|
level="top"
|
|
consumeoutsideclicks="true">
|
|
<panelmultiview id="PanelUI-multiView">
|
|
<panelmainview id="PanelUI-mainView">
|
|
<vbox class="PanelUI-pageControls" pack="center">
|
|
<hbox class="PanelUI-editControls">
|
|
<toolbarbutton id="PanelUI-cut-btn" flex="1"
|
|
label="&cutCmd.label;"
|
|
tooltiptext="&cutButton.tooltip;"
|
|
command="cmd_cut"/>
|
|
<toolbarbutton id="PanelUI-copy-btn" flex="1"
|
|
label="©Cmd.label;"
|
|
tooltiptext="©Button.tooltip;"
|
|
command="cmd_copy"/>
|
|
<toolbarbutton id="PanelUI-paste-btn" flex="1"
|
|
label="&pasteCmd.label;"
|
|
tooltiptext="&pasteButton.tooltip;"
|
|
command="cmd_paste"/>
|
|
</hbox>
|
|
<hbox class="PanelUI-zoomControls">
|
|
<toolbarbutton id="PanelUI-zoomOut-btn" flex="1"
|
|
noautoclose="true" label="&fullZoomReduceCmd.label;"
|
|
command="cmd_fullZoomReduce"
|
|
tooltiptext="&zoomOutButton.tooltip;"/>
|
|
<toolbarbutton id="PanelUI-zoomReset-btn" flex="1"
|
|
noautoclose="true" command="cmd_fullZoomReset"
|
|
tooltiptext="&zoomReset.tooltip;"/>
|
|
<toolbarbutton id="PanelUI-zoomIn-btn" flex="1"
|
|
noautoclose="true" label="&fullZoomEnlargeCmd.label;"
|
|
command="cmd_fullZoomEnlarge"
|
|
tooltiptext="&zoomInButton.tooltip;"/>
|
|
</hbox>
|
|
</vbox>
|
|
|
|
<vbox id="PanelUI-contents" type="grid"/>
|
|
|
|
<vbox id="PanelUI-mainView-spring" flex="1"/>
|
|
|
|
<footer class="PanelUI-footer" align="center">
|
|
<!-- The parentNode is used so that the footer is presented as the anchor
|
|
instead of just the button being the anchor. -->
|
|
<toolbarbutton id="PanelUI-help-btn" label="&helpMenu.label;"
|
|
onclick="PanelUI.showHelpView(this.parentNode);"/>
|
|
<spacer flex="1"/>
|
|
<toolbarbutton id="PanelUI-customize-btn" label="&appMenuCustomize.label;"
|
|
command="cmd_CustomizeToolbars"/>
|
|
</footer>
|
|
</panelmainview>
|
|
|
|
<panelsubview id="PanelUI-history" flex="1">
|
|
<label value="&appMenuHistory.label;"/>
|
|
<toolbarbutton id="appMenuClearRecentHistory"
|
|
label="&appMenuHistory.clearRecentLabel;"
|
|
command="Tools:Sanitize"/>
|
|
<toolbarbutton id="appMenuRestoreLastSession"
|
|
label="&appMenuHistory.restoreSession;"
|
|
command="Browser:RestoreLastSession"/>
|
|
<vbox id="PanelUI-historyItems"/>
|
|
<label value="&appMenuHistory.moreLabel;"
|
|
id="PanelUI-historyMore"
|
|
class="text-link"
|
|
onclick="PlacesCommandHook.showPlacesOrganizer('History'); PanelUI.hide();"/>
|
|
</panelsubview>
|
|
|
|
<panelsubview id="PanelUI-help" flex="1">
|
|
<label value="&helpMenu.label;"/>
|
|
<vbox id="PanelUI-helpItems"/>
|
|
</panelsubview>
|
|
</panelmultiview>
|
|
</panel>
|