Backed out 4 changesets (bug 1454816) for causing build bustages. CLOSED TREE
[gecko.git] / toolkit / content / aboutProfiles.xhtml
blob3ce9e580627d757e9bb3fa09601e6336e2376c73
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- This Source Code Form is subject to the terms of the Mozilla Public
3 - License, v. 2.0. If a copy of the MPL was not distributed with this
4 - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
6 <!DOCTYPE html>
8 <html xmlns="http://www.w3.org/1999/xhtml">
9 <head>
10 <meta
11 http-equiv="Content-Security-Policy"
12 content="default-src chrome:; object-src 'none'"
14 <meta name="color-scheme" content="light dark" />
15 <title data-l10n-id="profiles-title"></title>
16 <link
17 rel="icon"
18 type="image/png"
19 id="favicon"
20 href="chrome://branding/content/icon32.png"
22 <link
23 rel="stylesheet"
24 href="chrome://mozapps/skin/aboutProfiles.css"
25 type="text/css"
27 <script src="chrome://global/content/aboutProfiles.js" />
28 <link rel="localization" href="branding/brand.ftl" />
29 <link rel="localization" href="toolkit/about/aboutProfiles.ftl" />
30 </head>
31 <body id="body" class="wide-container">
32 <h1 data-l10n-id="profiles-title"></h1>
34 <div id="conflict">
35 <p data-l10n-id="profiles-conflict" />
36 </div>
38 <div class="header-flex">
39 <div
40 class="page-subtitle content-flex"
41 data-l10n-id="profiles-subtitle"
42 ></div>
43 <div class="action-box">
44 <h3 data-l10n-id="profiles-restart-title"></h3>
45 <button
46 id="restart-in-safe-mode-button"
47 data-l10n-id="profiles-restart-in-safe-mode"
48 ></button>
49 <button
50 id="restart-button"
51 data-l10n-id="profiles-restart-normal"
52 ></button>
53 </div>
54 </div>
56 <div id="owned">
57 <div>
58 <button id="create-button" data-l10n-id="profiles-create"></button>
59 </div>
61 <div id="profiles" class="tab"></div>
62 </div>
63 </body>
64 </html>