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-uri-redirect-dialog"
lightweightthemes="true"
width="600"
scrolling="false"
>
<head>
<title data-l10n-id="calendar-uri-redirect-window-title"></title>
<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" />
<link rel="localization" href="calendar/calendar-uri-redirect-dialog.ftl" />
<script defer="defer" src="chrome://messenger/content/dialogShadowDom.js"></script>
<script defer="defer" src="chrome://calendar/content/calendar-uri-redirect-dialog.js"></script>
</head>
<body>
<xul:dialog buttons="accept,cancel">
<p
id="calendar-uri-redirect-description"
data-l10n-id="calendar-uri-redirect-description"
data-l10n-args='{"calendarName": ""}'
></p>
<p>
<span data-l10n-id="calendar-uri-redirect-original-uri-label"></span>
<br />
<span id="originalURI"></span>
</p>
<p>
<span data-l10n-id="calendar-uri-redirect-target-uri-label"></span>
<br />
<span id="targetURI"></span>
</p>
</xul:dialog>
</body>
</html>