toolkit/components/printing/content/printPreviewProgress.xul

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/toolkit/components/printing/content/printPreviewProgress.xul	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,42 @@
     1.4 +<?xml version="1.0"?> 
     1.5 +
     1.6 +<!-- This Source Code Form is subject to the terms of the Mozilla Public
     1.7 +   - License, v. 2.0. If a copy of the MPL was not distributed with this
     1.8 +   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
     1.9 +
    1.10 +<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
    1.11 +<?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
    1.12 +
    1.13 +<!DOCTYPE window SYSTEM "chrome://global/locale/printPreviewProgress.dtd">
    1.14 +
    1.15 +<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
    1.16 +        class="dialog"
    1.17 +        title="&printWindow.title;"
    1.18 +        style="width: 36em;"
    1.19 +        onload="onLoad()"
    1.20 +        onunload="onUnload()">
    1.21 +
    1.22 +  <script type="application/javascript" src="chrome://global/content/printPreviewProgress.js"/>
    1.23 +
    1.24 +    <grid flex="1">
    1.25 +      <columns>
    1.26 +        <column/>
    1.27 +        <column/>
    1.28 +      </columns>
    1.29 +      
    1.30 +      <rows>
    1.31 +        <row>
    1.32 +          <hbox pack="end">
    1.33 +            <label id="dialog.titleLabel" value="&title;"/>
    1.34 +          </hbox>
    1.35 +          <label id="dialog.title"/>
    1.36 +        </row>
    1.37 +        <row class="thin-separator">             
    1.38 +          <hbox pack="end">
    1.39 +            <label id="dialog.progressSpaces" value="&progress;"/>
    1.40 +          </hbox>
    1.41 +            <label id="dialog.progressLabel" value="&preparing;"/>
    1.42 +        </row>
    1.43 +      </rows>
    1.44 +    </grid>
    1.45 +</window>

mercurial