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
<!DOCTYPE html>
<html
id="calendar-conflicts-dialog"
windowtype="Calendar:Conflicts"
persist="screenX screenY"
lightweightthemes="true"
scrolling="false"
>
<head>
<link rel="localization" href="branding/brand.ftl" />
<link rel="localization" href="calendar/calendar.ftl" />
<title data-l10n-id="item-modified-on-server-title"></title>
</head>
<body>
<xul:dialog data-l10n-attrs="buttonlabelcancel" data-l10n-id="calendar-conflicts-dialog">
<div id="conflicts-vbox">
<div id="item-box"></div>
</div>
<p id="conflicts-description"></p>
</xul:dialog>
</body>
</html>