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>
<img
src=""
slot="icon"
class="icon-description"
data-l10n-id="calendar-dialog-description-row-icon"
/>
<span
slot="label"
class="row-label"
data-l10n-id="calendar-dialog-description-label"
></span>
<div slot="content">
<span class="plain-text-description"></span>
<xul:browser
class="rich-description"
type="content"
messagemanagergroup="single-page"
tooltip="aHTMLTooltip"
context="browserContext"
constrainpopups="false"
nodefaultsrc="true"
></xul:browser>
</div>
</calendar-dialog-row>
</html:template>