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>
<html
id="calendar-conflicts-dialog"
windowtype="Calendar:Conflicts"
persist="screenX screenY"
lightweightthemes="true"
scrolling="false"
>
<head>
<link rel="stylesheet" href="chrome://messenger/skin/messenger.css" />
<link rel="stylesheet" href="chrome://calendar/skin/calendar-views.css" />
<link rel="stylesheet" href="chrome://messenger/skin/colors.css" />
<link rel="stylesheet" href="chrome://messenger/skin/themeableDialog.css" />
<link rel="localization" href="branding/brand.ftl" />
<script defer="defer" src="chrome://calendar/content/widgets/mouseoverPreviews.js"></script>
<script defer="defer" src="chrome://messenger/content/dialogShadowDom.js"></script>
<script defer="defer" src="chrome://calendar/content/calendar-conflicts-dialog.js"></script>
</head>
<body>
<xul:dialog>
<div id="conflicts-vbox">
<div id="item-box"></div>
</div>
<p id="conflicts-description"></p>
</xul:dialog>
</body>
</html>