Changeset 503
- Timestamp:
- 05/19/06 15:22:34
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/calendar3/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl
r502 r503 2058 2058 <div id="sharingBox"> 2059 2059 <h3>Sharing</h3> 2060 < table class="common">2060 <!--<table class="common"> 2061 2061 <tr> 2062 2062 <th class="commonHeader" colspan="2">Current access:</th> 2063 2063 </tr> 2064 2064 <tr> 2065 <th>Owner:</th> 2065 <th>Owner:</th>--> 2066 2066 <!-- NOTE: we are currently getting the acl information from the 2067 2067 calendar listing NOT from the current calendar (which does not 2068 2068 have the means of producing it out of the action form just now. 2069 2069 We'll fix this soon. --> 2070 < td class="fieldval">2070 <!--<td class="fieldval"> 2071 2071 <xsl:value-of select="name(acl/ace[principal/property/owner]/grant/*)"/> 2072 2072 </td> … … 2082 2082 </tr> 2083 2083 </xsl:if> 2084 </table> 2084 </table>--> 2085 2085 <form name="eventShareForm" action="{$event-setAccess}" id="shareForm"> 2086 2086 <input type="hidden" name="calPath" value="{$calPath}"/>
