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 SYSTEM "chrome://calendar/locale/calendar.dtd">
<html
id="calendar-alarm-dialog"
icon="calendar-alarm-dialog"
windowtype="Calendar:AlarmWindow"
persist="screenX screenY width height"
lightweightthemes="true"
width="600"
height="300"
scrolling="false"
>
<head>
<title>&calendar.alarm.title.label;</title>
<link rel="stylesheet" href="chrome://messenger/skin/messenger.css" />
<link rel="stylesheet" href="chrome://messenger/skin/input-fields.css" />
<link rel="stylesheet" href="chrome://messenger/skin/contextMenu.css" />
<link rel="stylesheet" href="chrome://messenger/skin/colors.css" />
<link rel="stylesheet" href="chrome://messenger/skin/themeableDialog.css" />
<link rel="stylesheet" href="chrome://calendar/skin/calendar-alarm-dialog.css" />
<script defer="defer" src="chrome://calendar/content/calendar-item-editing.js"></script>
<script defer="defer" src="chrome://calendar/content/widgets/calendar-alarm-widget.js"></script>
<script defer="defer" src="chrome://calendar/content/calApplicationUtils.js"></script>
<script defer="defer" src="chrome://calendar/content/calendar-alarm-dialog.js"></script>
</head>
<vbox id="readonly-notification">
<!-- notificationbox will be added here lazily. -->
</vbox>
<richlistbox id="alarm-richlist" flex="1" onselect="onSelectAlarm(event)" />
<hbox id="alarm-actionbar" pack="end" align="center">
<button id="alarm-snooze-all-button" type="menu" label="&calendar.alarm.snoozeallfor.label;">
<menupopup is="calendar-snooze-popup" id="alarm-snooze-all-popup" ignorekeys="true" />
</button>
<button
id="alarm-dismiss-all-button"
label="&calendar.alarm.dismissall.label;"
oncommand="onDismissAllAlarms();"
/>
</hbox>
</html:body>
</html>