Changeset 513

Show
Ignore:
Timestamp:
05/30/06 14:00:58
Author:
johnsa
Message:

update to calendar sharing xslt in personal calendar (now draw info from currentCalendar)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/calendar3/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl

    r506 r513  
    26812681        <tr> 
    26822682          <th>Owner:</th> 
    2683           <!-- NOTE: we are currently getting the acl information from the 
    2684                calendar listing NOT from the current calendar (which does not 
    2685                have the means of producing it out of the action form just now. 
    2686                We'll fix this soon. --> 
    2687           <td> 
    2688             <xsl:value-of select="name(/bedework/calendars//calendar[path=$calPath]/acl/ace[principal/property/owner]/grant/*)"/> 
    2689           </td> 
    2690         </tr> 
    2691         <xsl:if test="/bedework/calendars//calendar[path=$calPath]/acl/ace/principal/href"> 
     2683          <td> 
     2684            <xsl:value-of select="name(acl/ace[principal/property/owner]/grant/*)"/> 
     2685          </td> 
     2686        </tr> 
     2687        <xsl:if test="acl/ace/principal/href"> 
    26922688          <tr> 
    26932689            <th>Users:</th> 
    26942690            <td> 
    2695               <xsl:for-each select="/bedework/calendars//calendar[path=$calPath]/acl/ace[principal/href]"> 
     2691              <xsl:for-each select="acl/ace[principal/href]"> 
    26962692                <xsl:value-of select="principal/href"/> (<xsl:value-of select="name(grant/*)"/>)<br/> 
    26972693              </xsl:for-each>