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
<!DOCTYPE html [ <!ENTITY % dtd1 SYSTEM "chrome://calendar/locale/global.dtd"> %dtd1;
<!ENTITY % dtd2 SYSTEM "chrome://calendar/locale/calendar.dtd" >
%dtd2;
<!ENTITY % dtd3 SYSTEM "chrome://calendar/locale/calendar-event-dialog.dtd" >
%dtd3; ]>
<html
id="calendar-event-dialog-timezone"
windowtype="Calendar:EventDialog:Timezone"
lightweightthemes="true"
scrolling="false"
>
<head>
<title>&timezone.title.label;</title>
<link rel="localization" href="calendar/calendar.ftl" />
<script
defer="defer"
></script>
</head>
<dialog>
<hbox align="center">
<spacer flex="1" />
<datetimepicker id="timezone-time" disabled="true" />
</hbox>
<menulist id="timezone-menulist" oncommand="updateTimezone()">
<menupopup id="timezone-menupopup" style="height: 460px" />
</menulist>
<stack id="timezone-stack">
<html:img
id="highlighter"
alt=""
class="timezone-highlight"
tzid="+0000"
/>
</stack>
</dialog>
</html:body>
</html>