Changeset 2501

Show
Ignore:
Timestamp:
12/18/09 12:32:59
Author:
bleibson
Message:

o tweaked yesterday's work a bit.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/deployment/feeder/webapp/resources/demoskins/MainCampus/default/default/list-html.xsl

    r2499 r2501  
    296296            </a> 
    297297            <xsl:variable name="eventIcalName" select="concat($guid,'.ics')"/> 
    298             <a href="{$bwCacheHostUrl}/v1.0/download/{$recurrenceId}/{$guid}/{$guid}" title="{$bwStr-SgEv-DownloadEvent}"> 
     298            <a href="{$bwCacheHostUrl}/v1.0/download/{$recurrenceId}/{$guid}/{$eventIcalName}" title="{$bwStr-SgEv-DownloadEvent}"> 
    299299              <img src="{$resourcesRoot}/images/std-ical_icon.gif" width="20" height="26" border="0" alt="Download this event"/> 
    300300              <xsl:copy-of select="$bwStr-SgEv-Download"/> 
     
    479479                <xsl:text> </xsl:text> 
    480480                <xsl:variable name="eventIcalName" select="concat($id,'.ics')"/> 
    481                 <a href="{$bwCacheHostUrl}/v1.0/download/{$recurrenceId}/{$guid}/{$id}" title="{$bwStr-SgEv-DownloadEvent}"> 
     481                <a href="{$bwCacheHostUrl}/v1.0/download/{$recurrenceId}/{$guid}/{$eventIcalName}" title="{$bwStr-SgEv-DownloadEvent}"> 
    482482                  <img src="{$resourcesRoot}/images/std-ical_icon_small.gif" width="12" height="16" border="0" alt="{$bwStr-LsEv-DownloadEvent}"/> 
    483483                </a> 
    484  
    485484                <br/> 
    486485