[Bedework-commit] r435 -
trunk/calendar3/deployment/webuser/webapp/resources/demoskins/default/default
svnadmin at bedework.org
svnadmin at bedework.org
Tue May 2 10:21:43 EDT 2006
Author: johnsa
Date: 2006-05-02 10:21:43 -0400 (Tue, 02 May 2006)
New Revision: 435
Modified:
trunk/calendar3/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl
Log:
quick fix to personal client stylesheet
Modified: trunk/calendar3/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl
===================================================================
--- trunk/calendar3/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl 2006-05-01 21:02:37 UTC (rev 434)
+++ trunk/calendar3/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl 2006-05-02 14:21:43 UTC (rev 435)
@@ -807,7 +807,7 @@
<xsl:call-template name="eventLinks"/>
</td>
<td class="smallIcon">
- <xsl:variable name="eventIcalName" select="concat($id,'.ics')"/>
+ <xsl:variable name="eventIcalName" select="concat($guid,'.ics')"/>
<a href="{$export}?subid={$subscriptionId}&calPath={$calPath}&guid={$guid}&recurrenceId={$recurrenceId}&nocache=no&skinName=ical&contentType=text/calendar&contentName={$eventIcalName}" title="Download event as ical - for Outlook, PDAs, iCal, and other desktop calendars">
<img src="{$resourcesRoot}/resources/std-ical_icon_small.gif" width="12" height="16" border="0" alt="Download event as ical - for Outlook, PDAs, iCal, and other desktop calendars"/>
</a>
@@ -2554,14 +2554,14 @@
have the means of producing it out of the action form just now.
We'll fix this soon. -->
<td>
- <xsl:value-of select="name(/bedework/calendars//calendar[id=$id]/acl/ace[principal/property/owner]/grant/*)"/>
+ <xsl:value-of select="name(/bedework/calendars//calendar[path=$calPath]/acl/ace[principal/property/owner]/grant/*)"/>
</td>
</tr>
- <xsl:if test="/bedework/calendars//calendar[id=$id]/acl/ace/principal/href">
+ <xsl:if test="/bedework/calendars//calendar[path=$calPath]/acl/ace/principal/href">
<tr>
<th>Users:</th>
<td>
- <xsl:for-each select="/bedework/calendars//calendar[id=$id]/acl/ace[principal/href]">
+ <xsl:for-each select="/bedework/calendars//calendar[path=$calPath]/acl/ace[principal/href]">
<xsl:value-of select="principal/href"/> (<xsl:value-of select="name(grant/*)"/>)<br/>
</xsl:for-each>
</td>
More information about the Bedework-commit
mailing list