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
<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="localization" href="calendar/calendar.ftl" />
<link rel="localization" href="calendar/calendar-alarms.ftl" />
</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>