Changeset 2682

Show
Ignore:
Timestamp:
01/18/10 11:10:37
Author:
johnsa
Message:

public client: fix ticket:528 - ics download names in event list built from guid

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • releases/bedework-3.6/deployment/webpublic/webapp/resources/demoskins/MainCampus/themes/bedeworkTheme/eventList.xsl

    r2651 r2682  
    166166 
    167167    <!-- Event Description Column --> 
    168      
     168 
    169169    <td> 
    170170      <xsl:attribute name="class"> 
     
    188188 
    189189            <xsl:if test="$eventIconDownloadIcs = 'true'"> 
    190               <xsl:variable name="eventIcalName" select="concat($id,'.ics')"/> 
     190              <xsl:variable name="eventIcalName" select="concat($guid,'.ics')"/> 
    191191              <a href="{$export}&amp;calPath={$calPath}&amp;guid={$guid}&amp;recurrenceId={$recurrenceId}&amp;nocache=no&amp;contentName={$eventIcalName}" title="{$bwStr-SgEv-Download}"> 
    192192                <img src="{$resourcesRoot}/images/std-ical_icon_small.gif" alt="{$bwStr-SgEv-Download}"/>