summaryrefslogtreecommitdiffstats
path: root/comm/calendar/base/content/dialogs/calendar-uri-redirect-dialog.xhtml
diff options
context:
space:
mode:
Diffstat (limited to 'comm/calendar/base/content/dialogs/calendar-uri-redirect-dialog.xhtml')
-rw-r--r--comm/calendar/base/content/dialogs/calendar-uri-redirect-dialog.xhtml46
1 files changed, 46 insertions, 0 deletions
diff --git a/comm/calendar/base/content/dialogs/calendar-uri-redirect-dialog.xhtml b/comm/calendar/base/content/dialogs/calendar-uri-redirect-dialog.xhtml
new file mode 100644
index 0000000000..5ee74ae88e
--- /dev/null
+++ b/comm/calendar/base/content/dialogs/calendar-uri-redirect-dialog.xhtml
@@ -0,0 +1,46 @@
+<?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/. -->
+
+<?xml-stylesheet href="chrome://messenger/skin/messenger.css" type="text/css"?>
+<?xml-stylesheet href="chrome://messenger/skin/colors.css" type="text/css"?>
+<?xml-stylesheet href="chrome://messenger/skin/themeableDialog.css" type="text/css"?>
+
+<html
+ id="calendar-uri-redirect-dialog"
+ xmlns="http://www.w3.org/1999/xhtml"
+ lightweightthemes="true"
+ xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
+ xmlns:html="http://www.w3.org/1999/xhtml"
+ width="600"
+ scrolling="false"
+>
+ <head>
+ <title data-l10n-id="calendar-uri-redirect-window-title"></title>
+ <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>