Revision control

Copy as Markdown

Other Tools

<?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/. -->
<!DOCTYPE html [ <!ENTITY % utilityDTD SYSTEM "chrome://communicator/locale/utilityOverlay.dtd">
%utilityDTD; ]>
<html
style="max-width: 600px"
scrolling="false"
>
<head>
<title data-l10n-id="troubleshoot-mode-dialog-title"></title>
<link rel="stylesheet" href="chrome://global/skin/global.css" />
<link rel="localization" href="branding/brand.ftl" />
<link rel="localization" href="messenger/troubleshootMode.ftl" />
<script
defer="defer"
></script>
</head>
<html:body
>
<dialog
id="safeModeDialog"
buttons="accept,cancel,extra1"
buttonidaccept="troubleshoot-mode-change-and-restart"
buttonidcancel="troubleshoot-mode-quit"
buttonidextra1="troubleshoot-mode-continue"
buttondisabledaccept="true"
>
<vbox>
<description data-l10n-id="troubleshoot-mode-description" />
<separator class="thin" />
<label data-l10n-id="troubleshoot-mode-description2" />
<vbox id="tasks">
<checkbox
id="disableAddons"
data-l10n-id="troubleshoot-mode-disable-addons"
/>
<checkbox
id="resetToolbars"
data-l10n-id="troubleshoot-mode-reset-toolbars"
/>
</vbox>
</vbox>
<separator class="thin" />
</dialog>
</html:body>
</html>