Backed out changeset bcbab342eed8 (bug 1889658) for causing wpt reftest failures...
[gecko.git] / toolkit / content / resetProfile.xhtml
blob5c3872ede11df35b9c990576d9755d4045822896
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 <window
8 id="resetProfileDialogWindow"
9 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
10 xmlns:html="http://www.w3.org/1999/xhtml"
11 xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
12 aria-describedby="infoBody"
14 <dialog
15 id="resetProfileDialog"
16 buttons="accept,cancel"
17 defaultButton="accept"
18 buttonidaccept="refresh-profile-dialog-button"
20 <!-- The empty onload event handler is a hack to get the accept button text applied by Fluent. -->
22 <linkset>
23 <html:link rel="stylesheet" href="chrome://global/skin/global.css" />
24 <html:link
25 rel="stylesheet"
26 href="chrome://global/content/commonDialog.css"
28 <html:link
29 rel="stylesheet"
30 href="chrome://global/skin/commonDialog.css"
32 <html:link
33 rel="stylesheet"
34 href="chrome://global/content/resetProfile.css"
37 <html:link rel="localization" href="branding/brand.ftl" />
38 <html:link rel="localization" href="toolkit/global/resetProfile.ftl" />
39 </linkset>
41 <div xmlns="http://www.w3.org/1999/xhtml" id="dialogGrid">
42 <div class="dialogRow" id="infoRow">
43 <div id="iconContainer">
44 <xul:image id="infoIcon" />
45 </div>
46 <div id="infoContainer">
47 <xul:description
48 id="infoTitle"
49 data-l10n-id="refresh-profile-dialog-title"
51 <xul:description
52 id="infoBody"
53 context="contentAreaContextMenu"
54 noinitialfocus="true"
55 data-l10n-id="refresh-profile-dialog-description"
57 <xul:description id="learnMoreDescription"
58 ><a
59 id="refreshProfileLearnMore"
60 data-l10n-id="refresh-profile-learn-more"
61 href=""
62 ></a
63 ></xul:description>
64 </div>
65 </div>
66 </div>
68 <script src="chrome://global/content/resetProfile.js" />
69 </dialog>
70 </window>