summaryrefslogtreecommitdiffstats
path: root/comm/calendar/base/content/preferences/calendar-preferences.inc.xhtml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 17:32:43 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 17:32:43 +0000
commit6bf0a5cb5034a7e684dcc3500e841785237ce2dd (patch)
treea68f146d7fa01f0134297619fbe7e33db084e0aa /comm/calendar/base/content/preferences/calendar-preferences.inc.xhtml
parentInitial commit. (diff)
downloadthunderbird-6bf0a5cb5034a7e684dcc3500e841785237ce2dd.tar.xz
thunderbird-6bf0a5cb5034a7e684dcc3500e841785237ce2dd.zip
Adding upstream version 1:115.7.0.upstream/1%115.7.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'comm/calendar/base/content/preferences/calendar-preferences.inc.xhtml')
-rw-r--r--comm/calendar/base/content/preferences/calendar-preferences.inc.xhtml55
1 files changed, 55 insertions, 0 deletions
diff --git a/comm/calendar/base/content/preferences/calendar-preferences.inc.xhtml b/comm/calendar/base/content/preferences/calendar-preferences.inc.xhtml
new file mode 100644
index 0000000000..d07f2b812b
--- /dev/null
+++ b/comm/calendar/base/content/preferences/calendar-preferences.inc.xhtml
@@ -0,0 +1,55 @@
+# 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/.
+
+# This file requires the following localization files:
+# chrome://lightning/locale/lightning.dtd
+# chrome://calendar/locale/global.dtd
+# chrome://calendar/locale/calendar-event-dialog.dtd
+ <linkset>
+ <html:link rel="localization" href="calendar/preferences.ftl"/>
+ <html:link rel="localization" href="calendar/category-dialog.ftl"/>
+ </linkset>
+ <html:template id="paneCalendar"
+ flex="1"
+ insertbefore="paneChat">
+
+ <hbox id="calendarPaneCategory"
+ class="subcategory"
+ data-category="paneCalendar">
+ <html:h1 data-l10n-id="calendar-title"></html:h1>
+ </hbox>
+
+#include views.inc.xhtml
+#include general.inc.xhtml
+
+ <hbox id="calendarReminderCategory"
+ class="subcategory"
+ data-category="paneCalendar">
+ <html:h1 data-l10n-id="calendar-title-reminder"></html:h1>
+ </hbox>
+
+#include alarms.inc.xhtml
+
+ <hbox id="calendarNotificationCategory"
+ class="subcategory"
+ data-category="paneCalendar">
+ <html:h1 data-l10n-id="calendar-title-notification"></html:h1>
+ </hbox>
+
+ <html:div data-category="paneCalendar">
+ <html:fieldset data-category="paneCalendar">
+ <calendar-notifications-setting id="calendar-notifications-setting"/>
+ <label data-l10n-id="calendar-notifications-customize-label"
+ class="indent tip-caption"></label>
+ </html:fieldset>
+ </html:div>
+
+ <hbox id="calendarCategoriesCategory"
+ class="subcategory"
+ data-category="paneCalendar">
+ <html:h1 data-l10n-id="calendar-title-category"></html:h1>
+ </hbox>
+
+#include categories.inc.xhtml
+ </html:template>