summaryrefslogtreecommitdiffstats
path: root/comm/suite/base/content/askViewZoom.xul
blob: 5f38270d159317115e2847a439d5bba5b08a8720 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?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://communicator/skin/" type="text/css"?>

<!DOCTYPE dialog SYSTEM "chrome://communicator/locale/askViewZoom.dtd">

<dialog xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  id="askViewZoom"
  title="&askViewZoom.title;"
  ondialogaccept="return onAccept();"
  onload="onLoad();">

  <script src="chrome://communicator/content/askViewZoom.js"/>

  <hbox>
    <label value="&selectZoom.label;" control="zoomValue"/>
  </hbox>

  <hbox>
    <textbox id="zoomValue" oninput="doEnabling();"/>
  </hbox>

</dialog>