45 строки
1.6 KiB
XML
45 строки
1.6 KiB
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/. -->
|
|
|
|
<?xml-stylesheet href="chrome://messenger/skin/" type="text/css"?>
|
|
|
|
<?xul-overlay href="chrome://communicator/content/utilityOverlay.xul"?>
|
|
|
|
<window id="printEngineWin"
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
|
onload="OnLoadPrintEngine()"
|
|
width="750"
|
|
height="500"
|
|
screenX="10" screenY="10"
|
|
persist="width height screenX screenY sizemode"
|
|
windowtype="mail:printEngine">
|
|
|
|
<stringbundleset id="stringbundleset">
|
|
<stringbundle id="bundle_brand" src="chrome://branding/locale/brand.properties"/>
|
|
<stringbundle id="bundle_messenger" src="chrome://messenger/locale/messenger.properties"/>
|
|
</stringbundleset>
|
|
|
|
<!-- Provide shortcut keys for toolkit's print preview; commands will be overridden by printUtils.js -->
|
|
<key id="printKb"/>
|
|
<key id="key_close"/>
|
|
|
|
<script type="application/javascript"
|
|
src="chrome://global/content/printUtils.js"/>
|
|
<script type="application/javascript"
|
|
src="chrome://global/content/globalOverlay.js"/>
|
|
<script type="application/javascript"
|
|
src="chrome://messenger/content/msgPrintEngine.js"/>
|
|
|
|
<!-- The main display frame -->
|
|
<browser id="content"
|
|
type="content"
|
|
primary="true"
|
|
name="content"
|
|
src="about:blank"
|
|
flex="1"
|
|
disablehistory="true"
|
|
disablesecurity="true"/>
|
|
</window>
|