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
<input id="going" type="radio" name="attendance" value="ACCEPTED"/>
<label for="going" class="option">
<span data-l10n-id="calendar-dialog-accept"></span>
</label>
<input id="maybe" type="radio" name="attendance" value="TENTATIVE"/>
<label for="maybe" class="option">
<span data-l10n-id="calendar-dialog-accept-tentative"></span>
</label>
<input id="notGoing" type="radio" name="attendance" value="DECLINED"/>
<label for="notGoing" class="option" >
<span data-l10n-id="calendar-dialog-decline"></span>
</label>
<div class="toggle"></div>
</html:template>