| 6764 | | <input type="radio" name="scheduleAutoRespond" value="true" checked="checked"/> true |
|---|
| 6765 | | <input type="radio" name="scheduleAutoRespond" value="false"/> false |
|---|
| | 6764 | <input type="radio" name="scheduleAutoRespond" value="true"> |
|---|
| | 6765 | <xsl:if test="scheduleAutoRespond = 'true'"> |
|---|
| | 6766 | <xsl:attribute name="checked">checked</xsl:attribute> |
|---|
| | 6767 | </xsl:if> |
|---|
| | 6768 | true |
|---|
| | 6769 | </input> |
|---|
| | 6770 | <input type="radio" name="scheduleAutoRespond" value="false"> |
|---|
| | 6771 | <xsl:if test="scheduleAutoRespond = 'false'"> |
|---|
| | 6772 | <xsl:attribute name="checked">checked</xsl:attribute> |
|---|
| | 6773 | </xsl:if> |
|---|
| | 6774 | false |
|---|
| | 6775 | </input> |
|---|
| 6774 | | <option value=""></option> |
|---|
| 6775 | | <option value="delete">delete event</option> |
|---|
| | 6784 | <option value="0"> |
|---|
| | 6785 | <xsl:if test="scheduleAutoCancelAction = '0'"> |
|---|
| | 6786 | <xsl:attribute name="selected">selected</xsl:attribute> |
|---|
| | 6787 | </xsl:if> |
|---|
| | 6788 | do not process auto-cancels |
|---|
| | 6789 | </option> |
|---|
| | 6790 | <option value="1"> |
|---|
| | 6791 | <xsl:if test="scheduleAutoCancelAction = '1'"> |
|---|
| | 6792 | <xsl:attribute name="selected">selected</xsl:attribute> |
|---|
| | 6793 | </xsl:if> |
|---|
| | 6794 | set event status to CANCELLED |
|---|
| | 6795 | </option> |
|---|
| | 6796 | <option value="2"> |
|---|
| | 6797 | <xsl:if test="scheduleAutoCancelAction = '2'"> |
|---|
| | 6798 | <xsl:attribute name="selected">selected</xsl:attribute> |
|---|
| | 6799 | </xsl:if> |
|---|
| | 6800 | delete the event |
|---|
| | 6801 | </option> |
|---|
| 6784 | | <input type="radio" name="scheduleDoubleBook" value="true"/> true |
|---|
| 6785 | | <input type="radio" name="scheduleDoubleBook" value="false" checked="checked"/> false |
|---|
| | 6810 | <input type="radio" name="scheduleDoubleBook" value="true"> |
|---|
| | 6811 | <xsl:if test="scheduleDoubleBook = 'true'"> |
|---|
| | 6812 | <xsl:attribute name="checked">checked</xsl:attribute> |
|---|
| | 6813 | </xsl:if> |
|---|
| | 6814 | true |
|---|
| | 6815 | </input> |
|---|
| | 6816 | <input type="radio" name="scheduleDoubleBook" value="false"> |
|---|
| | 6817 | <xsl:if test="scheduleDoubleBook = 'false'"> |
|---|
| | 6818 | <xsl:attribute name="checked">checked</xsl:attribute> |
|---|
| | 6819 | </xsl:if> |
|---|
| | 6820 | false |
|---|
| | 6821 | </input> |
|---|
| 6794 | | <option value="0">leave in Inbox for manual processing</option> |
|---|
| 6795 | | <option value="1">process "Accept" responses - leave the rest in Inbox</option> |
|---|
| 6796 | | <option value="2">try to process all responses</option> |
|---|
| | 6830 | <option value="0"> |
|---|
| | 6831 | <xsl:if test="scheduleAutoProcessResponses = '0'"> |
|---|
| | 6832 | <xsl:attribute name="selected">selected</xsl:attribute> |
|---|
| | 6833 | </xsl:if> |
|---|
| | 6834 | leave in Inbox for manual processing |
|---|
| | 6835 | </option> |
|---|
| | 6836 | <option value="1"> |
|---|
| | 6837 | <xsl:if test="scheduleAutoProcessResponses = '1'"> |
|---|
| | 6838 | <xsl:attribute name="selected">selected</xsl:attribute> |
|---|
| | 6839 | </xsl:if> |
|---|
| | 6840 | process "Accept" responses - leave the rest in Inbox |
|---|
| | 6841 | </option> |
|---|
| | 6842 | <option value="2"> |
|---|
| | 6843 | <xsl:if test="scheduleAutoProcessResponses = '2'"> |
|---|
| | 6844 | <xsl:attribute name="selected">selected</xsl:attribute> |
|---|
| | 6845 | </xsl:if> |
|---|
| | 6846 | try to process all responses |
|---|
| | 6847 | </option> |
|---|