2016-06-25 17:49:45 +03:00
|
|
|
<?xml version="1.0"?>
|
2012-05-30 20:48:24 +04:00
|
|
|
<!-- 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/. -->
|
2008-07-22 16:21:15 +04:00
|
|
|
|
2013-09-22 18:15:12 +04:00
|
|
|
<?xml-stylesheet href="chrome://messenger/skin/" type="text/css"?>
|
|
|
|
|
2008-07-22 16:21:15 +04:00
|
|
|
<?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>
|
2016-06-25 17:49:45 +03:00
|
|
|
|
2014-10-01 20:58:04 +04:00
|
|
|
<!-- Provide shortcut keys for toolkit's print preview; commands will be overridden by printUtils.js -->
|
|
|
|
<key id="printKb"/>
|
|
|
|
<key id="key_close"/>
|
2008-07-22 16:21:15 +04:00
|
|
|
|
2008-09-17 16:52:38 +04:00
|
|
|
<script type="application/javascript"
|
|
|
|
src="chrome://global/content/printUtils.js"/>
|
2011-11-05 13:20:28 +04:00
|
|
|
<script type="application/javascript"
|
|
|
|
src="chrome://global/content/globalOverlay.js"/>
|
2008-09-17 16:52:38 +04:00
|
|
|
<script type="application/javascript"
|
|
|
|
src="chrome://messenger/content/msgPrintEngine.js"/>
|
2008-07-22 16:21:15 +04:00
|
|
|
|
|
|
|
<!-- The main display frame -->
|
2016-12-22 15:41:51 +03:00
|
|
|
<browser id="content"
|
|
|
|
type="content"
|
|
|
|
primary="true"
|
|
|
|
name="content"
|
|
|
|
src="about:blank"
|
|
|
|
flex="1"
|
|
|
|
disablehistory="true"
|
|
|
|
disablesecurity="true"/>
|
2008-07-22 16:21:15 +04:00
|
|
|
</window>
|