| 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"> |
|---|