Changeset 2087
- Timestamp:
- 03/03/09 14:36:14
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webadmin/webapp/resources/default/default/default.xsl
r2080 r2087 2399 2399 <!-- hide the root calendar. --> 2400 2400 <xsl:choose> 2401 <xsl:when test="calType = '7' or calType = '8'"> 2402 <!-- we've hit an unresolvable alias; stop descending --> 2403 <input type="checkbox" name="forDiplayOnly" disabled="disabled"/> 2404 <em><xsl:value-of select="name"/>?</em> 2405 </xsl:when> 2401 2406 <xsl:when test="calType = '0'"> 2402 2407 <!-- no direct selecting of folders or folder aliases: we only want users to select the … … 2404 2409 <!--img src="{$resourcesRoot}/resources/catIcon.gif" width="13" height="13" alt="folder" class="folderForAliasTree" border="0"/--> 2405 2410 <input type="checkbox" name="forDiplayOnly" disabled="disabled"/> 2411 <xsl:value-of select="name"/> 2406 2412 </xsl:when> 2407 2413 <xsl:otherwise> … … 2410 2416 <xsl:if test="path = /bedework/formElements/form/xproperties//X-BEDEWORK-ALIAS/values/text"><xsl:attribute name="checked"><xsl:value-of select="checked"/></xsl:attribute></xsl:if> 2411 2417 </input> 2418 <xsl:value-of select="name"/> 2412 2419 </xsl:otherwise> 2413 2420 </xsl:choose> 2414 <xsl:value-of select="name"/>2415 2421 </xsl:if> 2416 2422 … … 4203 4209 8 - External subscription (internal - the underlying calType will be returned; check for the isSubscription property and check on the item's status) 4204 4210 9 - Resource collection 4211 4212 calType 7 and 8 will only be returned when a link to an alias is broken. 4213 The system will instead return the underlying calendar type (down the tree). 4214 Check the isSubscription flag to see if a collection is an alias and set 4215 icons etc. based on that + the underlying calType. 4205 4216 --> 4206 4217 trunk/deployment/websubmit/webapp/resources/demoskins/default/default/default.xsl
r2057 r2087 535 535 <td class="fieldval"> 536 536 <xsl:choose> 537 <xsl:when test="$submissionCalendars =1">537 <xsl:when test="$submissionCalendars > 1"> 538 538 <!-- there is only 1 writable calendar, just send a hidden field --> 539 539 <xsl:variable name="newCalPath"><xsl:value-of select="/bedework/myCalendars//calendar[calType='1']/path"/></xsl:variable>
