| 2614 | | <xsl:choose> |
|---|
| 2615 | | <xsl:when test="calendarCollection='true'"> |
|---|
| 2616 | | <input type="radio" value="true" name="calendarCollection" checked="checked"/> Calendar |
|---|
| 2617 | | <input type="radio" value="false" name="calendarCollection"/> Folder |
|---|
| 2618 | | </xsl:when> |
|---|
| 2619 | | <xsl:otherwise> |
|---|
| 2620 | | <input type="radio" value="true" name="calendarCollection"/> Calendar |
|---|
| 2621 | | <input type="radio" value="false" name="calendarCollection" checked="checked"/> Folder |
|---|
| 2622 | | </xsl:otherwise> |
|---|
| 2623 | | </xsl:choose> |
|---|
| | 2614 | <input type="radio" value="true" name="calendarCollection" checked="checked"/> Calendar |
|---|
| | 2615 | <input type="radio" value="false" name="calendarCollection"/> Folder |
|---|