Changeset 1982

Show
Ignore:
Timestamp:
12/04/08 17:04:05
Author:
johnsa
Message:

user client: updates to subscription UI

Files:

Legend:

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

    r1981 r1982  
    45834583  </xsl:template> 
    45844584 
    4585   <xsl:template match="currentCalendar" mode="addCalendar"> 
    4586     <h3>Add Calendar, Folder, or Subscription</h3> 
     4585  <xsl:template match="currentCalendar" mode="modCalendar"> 
     4586    <xsl:variable name="calPath" select="path"/> 
     4587    <xsl:variable name="calPathEncoded" select="encodedPath"/> 
     4588    <xsl:choose> 
     4589      <xsl:when test="creating='true'"> 
     4590        <h3>Add Calendar, Folder, or Subscription</h3> 
     4591      </xsl:when> 
     4592      <xsl:when test="isSubscription='true'"> 
     4593        <h3>Modify Subscription</h3> 
     4594      </xsl:when> 
     4595      <xsl:when test="calendarCollection='true'"> 
     4596        <h3>Modify Calendar</h3> 
     4597      </xsl:when> 
     4598      <xsl:otherwise> 
     4599        <h3>Modify Folder</h3> 
     4600      </xsl:otherwise> 
     4601    </xsl:choose> 
    45874602    <form name="addCalForm" method="post" action="{$calendar-update}" onsubmit="setCalendarAlias(this)"> 
    45884603      <table class="common"> 
     
    47114726    <xsl:variable name="calPathEncoded" select="encodedPath"/> 
    47124727    <xsl:choose> 
     4728      <xsl:when test="isSubscription='true'"> 
     4729        <h3>Modify Subscription</h3> 
     4730      </xsl:when> 
    47134731      <xsl:when test="calendarCollection='true'"> 
    47144732        <h3>Modify Calendar</h3>