Changeset 1505
- Timestamp:
- 08/10/07 10:51:18
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webadmin/webapp/resources/default/default/default.xsl
r1499 r1505 129 129 <xsl:variable name="calendar-update" select="/bedeworkadmin/urlPrefixes/calendar/update/a/@href"/> 130 130 <xsl:variable name="calendar-setAccess" select="/bedeworkadmin/urlPrefixes/calendar/setAccess/a/@href"/> 131 <xsl:variable name="calendar-openCloseMod" select="/bedeworkadmin/urlPrefixes/calendar/calOpenCloseMod/a/@href"/> 132 <xsl:variable name="calendar-openCloseMove" select="/bedeworkadmin/urlPrefixes/calendar/calOpenCloseMove/a/@href"/> 131 <xsl:variable name="calendar-openCloseMod" select="/bedeworkadmin/urlPrefixes/calendar/calOpenCloseMod/a/@href"/> 132 <xsl:variable name="calendar-openCloseMove" select="/bedeworkadmin/urlPrefixes/calendar/calOpenCloseMove/a/@href"/> 133 133 <xsl:variable name="calendar-move" select="/bedeworkadmin/urlPrefixes/calendar/move/a/@href"/> 134 134 <!-- subscriptions --> … … 2915 2915 <li class="{$itemClass}"> 2916 2916 <xsl:if test="calendarCollection='false'"> 2917 <!-- test the open state of the folder; if it's open, 2917 <!-- test the open state of the folder; if it's open, 2918 2918 build a URL to close it and vice versa --> 2919 2919 <xsl:choose> … … 2968 2968 </li> 2969 2969 </xsl:template> 2970 2970 2971 2971 <xsl:template match="calendar" mode="listForMove"> 2972 2972 <xsl:variable name="calPath" select="encodedPath"/> 2973 2973 <xsl:if test="calendarCollection='false'"> 2974 2974 <li class="folder"> 2975 <!-- test the open state of the folder; if it's open, 2975 <!-- test the open state of the folder; if it's open, 2976 2976 build a URL to close it and vice versa --> 2977 2977 <xsl:choose> … … 3255 3255 <xsl:when test="contains($who,/bedeworkadmin/syspars/groupPrincipalRoot)">group</xsl:when> 3256 3256 <xsl:when test="$who='authenticated'">auth</xsl:when> 3257 <xsl:when test="$who='unauthenticated'">unauth</xsl:when> 3257 3258 <xsl:when test="invert/principal/property/owner">other</xsl:when> 3258 3259 <xsl:when test="principal/property"><xsl:value-of select="name(principal/property/*)"/></xsl:when> … … 3572 3573 </li> 3573 3574 </xsl:template> 3574 3575 3575 3576 <xsl:template name="calendarMove"> 3576 3577 <table id="calendarTable"> … … 3578 3579 <td class="calendarContent"> 3579 3580 <h3>Move Calendar/Folder</h3> 3580 3581 3581 3582 <table class="eventFormTable"> 3582 3583 <tr> … … 4117 4118 <li class="{$itemClass}"> 4118 4119 <xsl:if test="calendarCollection='false'"> 4119 <!-- test the open state of the folder; if it's open, 4120 <!-- test the open state of the folder; if it's open, 4120 4121 build a URL to close it and vice versa --> 4121 4122 <xsl:choose> … … 5143 5144 <xsl:when test="contains($who,/bedeworkadmin/syspars/groupPrincipalRoot)">group</xsl:when> 5144 5145 <xsl:when test="$who='authenticated'">auth</xsl:when> 5146 <xsl:when test="$who='unauthenticated'">unauth</xsl:when> 5145 5147 <xsl:when test="invert/principal/property/owner">other</xsl:when> 5146 5148 <xsl:when test="principal/property"><xsl:value-of select="name(principal/property/*)"/></xsl:when>
