Backed out changeset 5a2ea27885f0 (bug 1850738) for causing build bustages on gfxUser...
[gecko.git] / toolkit / content / resetProfile.xhtml
blobd22815990291fcfd352ddd0469925bcc24f208a5
1 <?xml version="1.0"?>
3 <!-- This Source Code Form is subject to the terms of the Mozilla Public
4 - License, v. 2.0. If a copy of the MPL was not distributed with this
5 - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
7 <?xml-stylesheet href="chrome://global/skin/global.css"?>
8 <?xml-stylesheet href="chrome://global/content/commonDialog.css"?>
9 <?xml-stylesheet href="chrome://global/skin/commonDialog.css"?>
10 <?xml-stylesheet href="chrome://global/content/resetProfile.css"?>
12 <window
13 id="resetProfileDialogWindow"
14 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
15 xmlns:html="http://www.w3.org/1999/xhtml"
16 xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
17 aria-describedby="infoBody"
19 <dialog
20 id="resetProfileDialog"
21 buttons="accept,cancel"
22 defaultButton="accept"
23 buttonidaccept="refresh-profile-dialog-button"
25 <!-- The empty onload event handler is a hack to get the accept button text applied by Fluent. -->
27 <linkset>
28 <html:link rel="localization" href="branding/brand.ftl" />
29 <html:link rel="localization" href="toolkit/global/resetProfile.ftl" />
30 </linkset>
32 <div xmlns="http://www.w3.org/1999/xhtml" id="dialogGrid">
33 <div class="dialogRow" id="infoRow">
34 <div id="iconContainer">
35 <xul:image id="infoIcon" />
36 </div>
37 <div id="infoContainer">
38 <xul:description
39 id="infoTitle"
40 data-l10n-id="refresh-profile-dialog-title"
42 <xul:description
43 id="infoBody"
44 context="contentAreaContextMenu"
45 noinitialfocus="true"
46 data-l10n-id="refresh-profile-dialog-description"
48 <xul:description id="learnMoreDescription"
49 ><a
50 id="refreshProfileLearnMore"
51 data-l10n-id="refresh-profile-learn-more"
52 href=""
53 ></a
54 ></xul:description>
55 </div>
56 </div>
57 </div>
59 <script src="chrome://global/content/resetProfile.js" />
60 </dialog>
61 </window>