diff options
Diffstat (limited to 'comm/calendar/base/content/dialogs/calendar-itip-identity-dialog.xhtml')
-rw-r--r-- | comm/calendar/base/content/dialogs/calendar-itip-identity-dialog.xhtml | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/comm/calendar/base/content/dialogs/calendar-itip-identity-dialog.xhtml b/comm/calendar/base/content/dialogs/calendar-itip-identity-dialog.xhtml new file mode 100644 index 0000000000..fc3f380024 --- /dev/null +++ b/comm/calendar/base/content/dialogs/calendar-itip-identity-dialog.xhtml @@ -0,0 +1,42 @@ +<?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/. --> + +<?xml-stylesheet type="text/css" href="chrome://messenger/skin/messenger.css"?> +<?xml-stylesheet type="text/css" href="chrome://calendar/skin/shared/dialogs/calendar-itip-identity-dialog.css"?> +<?xml-stylesheet type="text/css" href="chrome://messenger/skin/contextMenu.css"?> +<?xml-stylesheet type="text/css" href="chrome://messenger/skin/colors.css"?> +<?xml-stylesheet type="text/css" href="chrome://messenger/skin/themeableDialog.css"?> + +<!DOCTYPE html> + +<html + xmlns="http://www.w3.org/1999/xhtml" + xmlns:html="http://www.w3.org/1999/xhtml" + xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" + lightweightthemes="true" +> + <head> + <title data-l10n-id="calendar-itip-identity-dialog-title"></title> + + <link rel="localization" href="calendar/calendar-itip-identity-dialog.ftl" /> + + <script defer="defer" src="chrome://calendar/content/calendar-ui-utils.js"></script> + <script defer="defer" src="chrome://calendar/content/calendar-itip-identity-dialog.js"></script> + <script defer="defer" src="chrome://messenger/content/dialogShadowDom.js"></script> + </head> + + <html:body xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> + <dialog buttons="accept,cancel"> + <html:div + id="calendar-itip-identity-warning" + data-l10n-id="calendar-itip-identity-warning" + ></html:div> + + <label id="identity-menu-label" control="identity-menu" /> + + <menulist id="identity-menu" /> + </dialog> + </html:body> +</html> |