Changeset 2682
- Timestamp:
- 01/18/10 11:10:37
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
releases/bedework-3.6/deployment/webpublic/webapp/resources/demoskins/MainCampus/themes/bedeworkTheme/eventList.xsl
r2651 r2682 166 166 167 167 <!-- Event Description Column --> 168 168 169 169 <td> 170 170 <xsl:attribute name="class"> … … 188 188 189 189 <xsl:if test="$eventIconDownloadIcs = 'true'"> 190 <xsl:variable name="eventIcalName" select="concat($ id,'.ics')"/>190 <xsl:variable name="eventIcalName" select="concat($guid,'.ics')"/> 191 191 <a href="{$export}&calPath={$calPath}&guid={$guid}&recurrenceId={$recurrenceId}&nocache=no&contentName={$eventIcalName}" title="{$bwStr-SgEv-Download}"> 192 192 <img src="{$resourcesRoot}/images/std-ical_icon_small.gif" alt="{$bwStr-SgEv-Download}"/>
