| 5187 | | <input type="radio" value="calendar" name="typeSwitch" checked="checked" onclick="changeClass('subscriptionTypes','invisible');changeClass('bwColorField','visible');setField('bwCalType',this.value);"/> Calendar |
|---|
| 5188 | | <input type="radio" value="folder" name="typeSwitch" onclick="changeClass('subscriptionTypes','invisible');changeClass('bwColorField','invisible');bwUpdateColor('','bwCalColor');setField('bwCalType',this.value);"/> Folder |
|---|
| 5189 | | <input type="radio" value="subscription" name="typeSwitch" onclick="changeClass('subscriptionTypes','visible');changeClass('bwColorField','invisible');bwUpdateColor('','bwCalColor');setField('bwCalType',this.value);"/> Subscription |
|---|
| | 5188 | <input type="radio" value="calendar" name="typeSwitch" checked="checked" onclick="changeClass('subscriptionTypes','invisible');setField('bwCalType',this.value);"/> Calendar |
|---|
| | 5189 | <input type="radio" value="folder" name="typeSwitch" onclick="changeClass('subscriptionTypes','invisible');setField('bwCalType',this.value);"/> Folder |
|---|
| | 5190 | <input type="radio" value="subscription" name="typeSwitch" onclick="changeClass('subscriptionTypes','visible');setField('bwCalType',this.value);"/> Subscription |
|---|
| 5362 | | <xsl:if test="isSubscription='false'"> |
|---|
| 5363 | | <!-- we can't color subscriptions yet --> |
|---|
| 5364 | | <tr> |
|---|
| 5365 | | <th>Color:</th> |
|---|
| 5366 | | <td> |
|---|
| 5367 | | <input type="text" name="calendar.color" id="bwCalColor" size="7"> |
|---|
| 5368 | | <xsl:attribute name="value"><xsl:value-of select="color"/></xsl:attribute> |
|---|
| 5369 | | <xsl:attribute name="style">background-color: <xsl:value-of select="color"/>;color: black;</xsl:attribute> |
|---|
| 5370 | | </input> |
|---|
| 5371 | | <xsl:call-template name="colorPicker"> |
|---|
| 5372 | | <xsl:with-param name="colorFieldId">bwCalColor</xsl:with-param> |
|---|
| 5373 | | </xsl:call-template> |
|---|
| 5374 | | </td> |
|---|
| 5375 | | </tr> |
|---|
| 5376 | | </xsl:if> |
|---|
| | 5363 | <tr> |
|---|
| | 5364 | <th>Color:</th> |
|---|
| | 5365 | <td> |
|---|
| | 5366 | <input type="text" name="calendar.color" id="bwCalColor" size="7"> |
|---|
| | 5367 | <xsl:attribute name="value"><xsl:value-of select="color"/></xsl:attribute> |
|---|
| | 5368 | <xsl:attribute name="style">background-color: <xsl:value-of select="color"/>;color: black;</xsl:attribute> |
|---|
| | 5369 | </input> |
|---|
| | 5370 | <xsl:call-template name="colorPicker"> |
|---|
| | 5371 | <xsl:with-param name="colorFieldId">bwCalColor</xsl:with-param> |
|---|
| | 5372 | </xsl:call-template> |
|---|
| | 5373 | </td> |
|---|
| | 5374 | </tr> |
|---|