Changeset 1291

Show
Ignore:
Timestamp:
02/15/07 11:14:45
Author:
johnsa
Message:

user client: added organizer to inbox listings

Files:

Legend:

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

    r1290 r1291  
    52095209    <table id="inbox" class="common" cellspacing="0"> 
    52105210      <tr> 
    5211         <th class="commonHeader">from</th> 
     5211        <th class="commonHeader">organizer</th> 
    52125212        <th class="commonHeader">title</th> 
    52135213        <th class="commonHeader">start</th> 
     
    52315231          </xsl:attribute> 
    52325232          <td> 
    5233             <xsl:value-of select="from"/> 
     5233            <xsl:if test="organizer"> 
     5234              <xsl:variable name="organizerUri" select="organizer/organizerUri"/> 
     5235              <strong> 
     5236                <a href="{$organizerUri}"> 
     5237                  <xsl:choose> 
     5238                    <xsl:when test="organizer/cn != ''"> 
     5239                      <xsl:value-of select="organizer/cn"/> 
     5240                    </xsl:when> 
     5241                    <xsl:otherwise> 
     5242                      <xsl:value-of select="organizer/organizerUri"/> 
     5243                    </xsl:otherwise> 
     5244                  </xsl:choose> 
     5245                </a> 
     5246              </strong> 
     5247            </xsl:if> 
    52345248          </td> 
    52355249          <td>