Bug 1726591 [wpt PR 30088] - Check if a <fe*Lighting> has a light source before inval...
[gecko.git] / toolkit / content / aboutProfiles.xhtml
blob56a43b3dd1558ffa847bb330b198b26b2ca4e70e
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 <title data-l10n-id="profiles-title"></title>
13 <link rel="icon" type="image/png" id="favicon" href="chrome://branding/content/icon32.png" />
14 <link rel="stylesheet" href="chrome://mozapps/skin/aboutProfiles.css" type="text/css" />
15 <script src="chrome://global/content/aboutProfiles.js" />
16 <link rel="localization" href="branding/brand.ftl" />
17 <link rel="localization" href="toolkit/about/aboutProfiles.ftl" />
18 </head>
19 <body id="body" class="wide-container">
20 <div id="action-box" class="notice-box">
21 <h3 data-l10n-id="profiles-restart-title"></h3>
22 <button id="restart-in-safe-mode-button" data-l10n-id="profiles-restart-in-safe-mode"></button>
23 <button id="restart-button" data-l10n-id="profiles-restart-normal"></button>
24 </div>
26 <h1 data-l10n-id="profiles-title"></h1>
28 <div id="conflict">
29 <p data-l10n-id="profiles-conflict" />
30 </div>
31 <div id="owned">
32 <div data-l10n-id="profiles-subtitle"></div>
34 <div>
35 <button id="create-button" data-l10n-id="profiles-create"></button>
36 </div>
38 <div id="profiles" class="tab"></div>
39 </div>
40 </body>
41 </html>