Changeset 413

Show
Ignore:
Timestamp:
04/21/06 16:08:34
Author:
johnsa
Message:

changed public web client calendar selection to coordinate with numerous updates made for calendar management in personal client

Files:

Legend:

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

    r354 r413  
    113113            <xsl:call-template name="stats"/> 
    114114          </xsl:when> 
    115           <xsl:when test="/bedework/page='calendars'"> 
     115          <xsl:when test="/bedework/page='calendarList'"> 
    116116            <!-- show a list of all calendars --> 
    117117            <xsl:apply-templates select="/bedework/calendars"/> 
     
    10161016      </xsl:choose> 
    10171017    </xsl:variable> 
    1018     <xsl:variable name="url" select="url"/> 
     1018    <xsl:variable name="url" select="path"/> 
    10191019    <li class="{$itemClass}"> 
    10201020      <a href="{$setSelection}?calUrl={$url}"><xsl:value-of select="name"/></a> 
  • trunk/calendar3/webclient/war/WEB-INF/struts-config.xml

    r404 r413  
    6767               scope="session" 
    6868               validate="false"> 
    69       <forward name="success" path="/docs/calendar/emitPublicCalendars.jsp" /> 
     69      <forward name="success" path="/docs/calendar/calendarList.jsp" /> 
    7070    </action> 
    7171