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/calendar.dtd">
<html
scrolling="false"
lightweightthemes="true"
persist="screenX screenY"
>
<head>
<title>&calendar.select.dialog.title;</title>
<link rel="localization" href="branding/brand.ftl" />
<link rel="stylesheet" href="chrome://messenger/skin/messenger.css" />
<link rel="stylesheet" href="chrome://messenger/skin/colors.css" />
<link rel="stylesheet" href="chrome://messenger/skin/themeableDialog.css" />
<script defer="defer" src="chrome://messenger/content/dialogShadowDom.js"></script>
<script defer="defer" src="chrome://calendar/content/calendar-ui-utils.js"></script>
<script defer="defer" src="chrome://calendar/content/chooseCalendarDialog.js"></script>
</head>
<body>
<xul:dialog
buttons="accept,cancel"
>
<label id="prompt" control="calendar-list" />
<richlistbox id="calendar-list" seltype="single" />
<description id="promptNotify" />
</xul:dialog>
</body>
</html>