Revision control
Copy as Markdown
Other Tools
<?xml version="1.0" encoding="UTF-8"?>
<!-- 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 SYSTEM "chrome://calendar/locale/provider-uninstall.dtd">
<html
id="calendar-provider-uninstall-dialog"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:html="http://www.w3.org/1999/xhtml"
windowtype="Calendar:ProviderUninstall"
width="480"
height="320"
style="min-width: 480px"
scrolling="false"
>
<head>
<title>&providerUninstall.title;</title>
<meta
http-equiv="Content-Security-Policy"
content="default-src chrome:; script-src chrome: 'unsafe-inline' moz-src:; style-src chrome: 'unsafe-inline'"
/>
<link rel="stylesheet" href="chrome://global/skin/global.css" />
<link
rel="stylesheet"
/>
<link rel="stylesheet" href="chrome://calendar/skin/shared/widgets/calendar-widgets.css" />
<script defer="defer" src="chrome://calendar/content/calendar-ui-utils.js"></script>
<script
defer="defer"
></script>
</head>
<html:body xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<dialog
buttonlabelaccept="&providerUninstall.accept.label;"
buttonaccesskeyaccept="&providerUninstall.accept.accesskey;"
>
<description id="pre-name-description">&providerUninstall.preName.label;</description>
<label id="provider-name-label" />
<description id="post-name-description">&providerUninstall.postName.label;</description>
<description id="reinstall-note-description"
>&providerUninstall.reinstallNote.label;</description
>
<richlistbox id="calendar-list" flex="1" />
</dialog>
</html:body>
</html>