Bug 1626066 - Move calendar modes code out of messenger-overlay-sidebar.js. r=darktrojan
<?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/. -->
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://chat/skin/browserRequest.css" type="text/css"?>
<!DOCTYPE window>
<window id="browserRequest"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:html="http://www.w3.org/1999/xhtml"
buttons=","
onload="loadRequestedUrl()"
onclose="reportUserClosed()"
title=""
width="800"
height="500"
orient="vertical">
<script src="chrome://chat/content/browserRequest.js"/>
<keyset id="mainKeyset">
<key id="key_close" key="w" modifiers="accel" oncommand="cancelRequest()"/>
<key id="key_close2" keycode="VK_ESCAPE" oncommand="cancelRequest()"/>
</keyset>
<hbox id="header">
<image id="headerImage" src="chrome://chat/skin/prpl-generic/icon32.png"/>
<vbox>
<label id="headerLabel"/>
<description id="headerMessage"/>
</vbox>
</hbox>
<browser type="content" src="about:blank" id="requestFrame" flex="1"/>
<hbox class="statusbar" role="status">
<label id="security-display" class="statusbarpanel" crop="end" flex="1"/>
<label id="security-status" class="statusbarpanel" crop="end" collapsed="true"/>
<hbox id="statusbar-status" class="statusbarpanel statusbarpanel-progress" collapsed="true">
<html:progress class="progressmeter-statusbar" id="statusbar-icon" value="0" max="100"/>
</hbox>
<label id="security-button" class="statusbarpanel statusbarpanel-iconic"/>
</hbox>
</window>