gecko/mobile/xul/chrome/content/share.xul
2012-05-21 12:12:37 +01:00

26 lines
729 B
XML

<?xml version="1.0"?>
<!-- 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/. -->
<!DOCTYPE prompt SYSTEM "chrome://browser/locale/prompt.dtd">
<dialog id="share-dialog"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<keyset>
<key keycode="VK_ESCAPE" command="cmd_cancel"/>
</keyset>
<commandset>
<command id="cmd_cancel" oncommand="SharingUI.hide();"/>
</commandset>
<hbox class="prompt-header">
<label id="share-title" crop="center" flex="1"/>
</hbox>
<hbox id="share-buttons-box" class="prompt-buttons"/>
</dialog>