browser/metro/base/content/startui/FirstRunOverlay.xul

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

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/firstrun.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="firstrun"
    17          xmlns:html="http://www.w3.org/1999/xhtml"
    18          xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
    20   <hbox id="start-container">
    21     <box id="instruction-topsites-box" insertafter="start-topsites" class="firstrun">
    22       <box id="instruction-topsites">
    23         <vbox class="instruction-content-container">
    24           <image class="instruction-arrow arrow-back-straight" />
    25           <image class="instruction-arrow arrow-back" />
    26           <label class="instruction-label">&firstRunTopSites.label;</label>
    27         </vbox>
    28       </box>
    29     </box>
    31     <vbox id="firstrun-welcome" insertafter="instruction-topsites-box" class="firstrun" align="center" pack="center">
    32       <image class="welcome-image" />
    33       <label class="welcome-title" value="&firstRunWelcome.label;"/>
    34       <label class="welcome-subtitle" value="&firstRunDifferent.label;"/>
    35     </vbox>
    37     <box insertafter="start-bookmarks" class="firstrun">
    38       <box id="instruction-bookmarks">
    39         <vbox class="instruction-content-container" align="center">
    40           <image class="instruction-arrow arrow-forward" />
    41           <label class="instruction-label">&firstRunBookmarks.label;</label>
    42         </vbox>
    43       </box>
    44     </box>
    46     <box id="instruction-history-container" insertafter="start-history" class="firstrun">
    47       <box id="instruction-history">
    48         <vbox class="instruction-content-container" align="center">
    49           <image class="instruction-arrow arrow-forward" />
    50           <label class="instruction-label">&firstRunHistory.label;</label>
    51         </vbox>
    52       </box>
    53     </box>
    55     <box id="instruction-tabs" class="firstrun">
    56       <vbox class="instruction-content-container" align="center">
    57         <image class="instruction-arrow arrow-top" />
    58         <label class="instruction-label">&firstRunTabs.label;</label>
    59       </vbox>
    60     </box>
    62     <box id="instruction-menu" class="firstrun">
    63       <hbox class="instruction-content-container" align="right">
    64         <label class="instruction-label">&firstRunMenu.label;</label>
    65         <image class="instruction-arrow arrow-down" />
    66       </hbox>
    67     </box>
    69  </hbox>
    70 </overlay>

mercurial