mail/components/calendar/content/calendarDialogRowTemplate.inc.xhtml (10 lines of code) (raw):

# 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 # file, You can obtain one at http://mozilla.org/MPL/2.0/. <html:template id="calendarDialogRowTemplate" xmlns="http://www.w3.org/1999/xhtml"> <div part="row"> <slot name="icon"></slot> <slot name="label"></slot> <slot name="content"></slot> </div> </html:template>