Revision control
Copy as Markdown
Other Tools
<!-- 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
<template id="calendarDialogTemplate">
<div class="titlebar">
<button class="close-button">
<img src="" data-l10n-id="calendar-dialog-close-button"/>
</button>
</div>
<div class="content"></div>
<div class="footer"></div>
</template>