Bug 1782750 [wpt PR 35307] - Implement "fire a toggle activation" and "change a toggl...
[gecko.git] / toolkit / content / aboutProfiles.xhtml
blob85e2cff36776d82e66dd8b9f9c31f3af88cf8532
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/. -->
7 <!DOCTYPE html>
9 <html xmlns="http://www.w3.org/1999/xhtml">
10 <head>
11 <meta http-equiv="Content-Security-Policy" content="default-src chrome:; object-src 'none'" />
12 <meta name="color-scheme" content="light dark" />
13 <title data-l10n-id="profiles-title"></title>
14 <link rel="icon" type="image/png" id="favicon" href="chrome://branding/content/icon32.png" />
15 <link rel="stylesheet" href="chrome://mozapps/skin/aboutProfiles.css" type="text/css" />
16 <script src="chrome://global/content/aboutProfiles.js" />
17 <link rel="localization" href="branding/brand.ftl" />
18 <link rel="localization" href="toolkit/about/aboutProfiles.ftl" />
19 </head>
20 <body id="body" class="wide-container">
21 <div class="action-box">
22 <h3 data-l10n-id="profiles-restart-title"></h3>
23 <button id="restart-in-safe-mode-button" data-l10n-id="profiles-restart-in-safe-mode"></button>
24 <button id="restart-button" data-l10n-id="profiles-restart-normal"></button>
25 </div>
27 <h1 data-l10n-id="profiles-title"></h1>
29 <div id="conflict">
30 <p data-l10n-id="profiles-conflict" />
31 </div>
32 <div id="owned">
33 <div class="page-subtitle" data-l10n-id="profiles-subtitle"></div>
35 <div>
36 <button id="create-button" data-l10n-id="profiles-create"></button>
37 </div>
39 <div id="profiles" class="tab"></div>
40 </div>
41 </body>
42 </html>