Changeset 1167

Show
Ignore:
Timestamp:
12/17/06 03:03:19
Author:
johnsa
Message:

more work on public client calendar export

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/default.xsl

    r1165 r1167  
    12331233    <xsl:variable name="url" select="encodedPath"/> 
    12341234    <li class="{$itemClass}"> 
    1235       <a href="{$setSelection}&amp;calUrl={$url}"><xsl:value-of select="name"/></a> 
     1235      <a href="{$setSelection}&amp;calUrl={$url}" title="view calendar"><xsl:value-of select="name"/></a> 
    12361236      <xsl:if test="calendarCollection='true'"> 
    12371237        <xsl:variable name="name" select="name"/> 
     
    12391239        <span class="exportCalLink"> 
    12401240          <!--<a href="{$export}&amp;calPath={$calPath}&amp;dateLimits=active&amp;nocache=no&amp;skinName=ical&amp;contentType=text/calendar&amp;contentName={$name}.ics" title="export calendar as iCal (excluding past events)">--> 
    1241           <a href="javascript:launchExportWidget('exportCalendarForm','{$name}','{$calPath}')" id="{$calPath}"
     1241          <a href="javascript:launchExportWidget('exportCalendarForm','{$name}','{$calPath}')" id="{$calPath}" title="export calendar as iCal"
    12421242            <img src="{$resourcesRoot}/images/calIconExport-sm.gif" width="13" height="13" alt="export calendar" border="0"/> 
    12431243          </a>