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/. -->
<html
id="calendar-provider-uninstall-dialog"
windowtype="Calendar:ProviderUninstall"
width="480"
height="320"
style="min-width: 480px"
scrolling="false"
>
<head>
<title>&providerUninstall.title;</title>
<link rel="stylesheet" href="chrome://global/skin/global.css" />
<link
rel="stylesheet"
/>
<script defer="defer" src="chrome://calendar/content/calendar-ui-utils.js"></script>
<script
defer="defer"
></script>
</head>
<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>