summaryrefslogtreecommitdiffstats
path: root/devtools/client/framework/dev-edition-promo/dev-edition-promo.xul
blob: ca2515ab09a79fa0d26a6e0a35e1c1bd52e0bace (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
28
29
30
31
32
33
34
35
36
<?xml version="1.0" encoding="utf-8"?>
<!-- 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/. -->
<!DOCTYPE window [
<!ENTITY % toolboxDTD SYSTEM "chrome://devtools/locale/toolbox.dtd" >
 %toolboxDTD;
]>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<?xml-stylesheet rel="stylesheet" href="chrome://devtools/content/framework/dev-edition-promo/dev-edition-promo.css" type="text/css"?>

<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" id="dev-edition-promo">
  <vbox id="doorhanger-container">
    <hbox flex="1" id="top-panel">
      <image id="icon" />
      <vbox id="info">
        <h1>Using Developer Tools in your browser?</h1>
        <p>Download Firefox Developer Edition, our first browser made just for you.</p>
      </vbox>
    </hbox>
    <hbox id="lower-panel" flex="1">
      <hbox id="button-container" flex="1">
        <button id="close"
                flex="1"
                standalone="true"
                label="No thanks">
        </button>
        <button id="go"
                flex="1"
                standalone="true"
                label="Learn more »">
        </button>
      </hbox>
    </hbox>
  </vbox>
</window>