Thu, 22 Jan 2015 13:21:57 +0100
Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6
1 <?xml version="1.0"?>
3 <?xml-stylesheet href="chrome://browser/skin/firstruncontent.css" type="text/css"?>
5 <!-- This Source Code Form is subject to the terms of the Mozilla Public
6 - License, v. 2.0. If a copy of the MPL was not distributed with this
7 - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
9 <!DOCTYPE window [
10 <!ENTITY % browserDTD SYSTEM "chrome://browser/locale/browser.dtd">
11 %browserDTD;
12 <!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd">
13 %brandDTD;
14 ]>
16 <overlay id="firstruncontent"
17 xmlns:html="http://www.w3.org/1999/xhtml"
18 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
20 <stack id="stack">
21 <box id="firstrun-bg-pane" insertafter="page" class="firstrun-content"></box>
23 <box id="instruction-tabs" class="firstrun-content">
24 <vbox class="instruction-content-container" align="center">
25 <image class="instruction-arrow arrow-top" />
26 <label class="instruction-label">&firstRunTabs.label;</label>
27 </vbox>
28 </box>
30 <box id="instruction-back" class="firstrun-content">
31 <vbox class="instruction-content-container" align="start">
32 <image class="instruction-arrow arrow-back" />
33 <label class="instruction-label">&firstRunBack.label;</label>
34 </vbox>
35 </box>
37 <box id="instruction-plus" class="firstrun-content">
38 <vbox class="instruction-content-container" align="end">
39 <image class="instruction-arrow arrow-forward" />
40 <label class="instruction-label">&firstRunNewTab.label;</label>
41 </vbox>
42 </box>
44 <appbar id="navbar">
46 <box id="instruction-star" class="firstrun-content">
47 <hbox class="instruction-content-container">
48 <label class="instruction-label">&firstRunStar.label;</label>
49 <image class="instruction-arrow arrow-down" />
50 </hbox>
51 </box>
53 <box id="instruction-pin" class="firstrun-content">
54 <vbox class="instruction-content-container" align="end">
55 <label class="instruction-label">&firstRunPin.label;</label>
56 <image class="instruction-arrow arrow-down-reverse" />
57 </vbox>
58 </box>
60 <box id="firstrun-gotit" class="firstrun-content">
61 <button class="firstrun-button" label="&firstRunGotIt.label;" oncommand="BrowserUI.firstRunContentDismiss()" />
62 </box>
64 </appbar>
67 </stack>
68 </overlay>