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
<calendar-dialog-row expanding="expanding">
<img
slot="icon"
class="icon-reminder"
src=""
data-l10n-id="calendar-dialog-reminders-row-icon"
/>
<div slot="label">
<span id="reminderCount" class="row-label"></span>
</div>
<div id="reminders" slot="content">
<ul id="reminderList"></ul>
</div>
</calendar-dialog-row>
</html:template>