Changeset 1017

Show
Ignore:
Timestamp:
09/20/06 15:08:08
Author:
johnsa
Message:

attendee response inbox updates

Files:

Legend:

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

    r1016 r1017  
    38613861          <td><xsl:value-of select="end/shortdate"/> <xsl:value-of select="end/time"/></td> 
    38623862          <td><xsl:apply-templates select="scheduleMethod"/></td> 
    3863           <td><xsl:value-of select="requestStatus"/></td> 
     3863          <td> 
     3864            <xsl:choose> 
     3865              <xsl:when test="scheduleState=0"><em>unprocessed</em></xsl:when> 
     3866              <xsl:otherwise>processed</xsl:otherwise> 
     3867            </xsl:choose> 
     3868          </td> 
    38643869        </tr> 
    38653870      </xsl:for-each>