Spracherkennung für: .xhtml vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]
<?xml version="
1.
0"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v.
2.
0. If a copy of the MPL was not distributed with this
- file, You can obtain one at
http://mozilla.org/MPL/2.
0/. -->
<?csp default-src chrome:; style-src chrome: 'unsafe-inline'; ?>
<window
xmlns="
http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:html="
http://www.w3.org/1999/xhtml"
style="min-width:
35em"
data-l10n-id="remove-primary-password"
>
<dialog id="removemp">
<script src="chrome://mozapps/content/preferences/removemp.js" />
<script
type="module"
src="chrome://global/content/elements/moz-input-password.mjs"
/>
<linkset>
<html:link rel="stylesheet" href="chrome://global/skin/global.css" />
<html:link rel="localization" href="branding/brand.ftl" />
<html:link
rel="localization"
href="toolkit/preferences/preferences.ftl"
/>
</linkset>
<description id="warnings">
<html:span data-l10n-id="remove-primary-password-warning1"></html:span>
<html:span
class="header"
data-l10n-id="remove-primary-password-warning2"
></html:span>
</description>
<separator class="thin" />
<groupbox>
<label data-l10n-id="remove-primary-password-info" />
<html:div
id="password-container"
class="container"
style="margin-block-start: var(--space-small)"
>
<html:moz-input-password
id="password"
data-l10n-id="remove-password-old"
aria-describedby="warnings"
></html:moz-input-password>
</html:div>
</groupbox>
<separator />
</dialog>
</window>