Changeset 2188
- Timestamp:
- 05/21/09 16:41:08
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl
r2178 r2188 6371 6371 <th class="commonHeader">end</th> 6372 6372 <th class="commonHeader">method</th> 6373 < !--<th class="commonHeader">status</th>-->6373 <th class="commonHeader">status</th> 6374 6374 <th class="commonHeader"> </th> 6375 6375 <th class="commonHeader"> </th> … … 6469 6469 <td><xsl:value-of select="end/shortdate"/><xsl:text> </xsl:text><xsl:value-of select="end/time"/></td> 6470 6470 <td><xsl:apply-templates select="scheduleMethod"/></td> 6471 < !--<td>6471 <td> 6472 6472 <a href="{$inboxItemAction}&calPath={$calPath}&eventName={$eventName}&recurrenceId={$recurrenceId}" title="check message"> 6473 6473 <xsl:choose> … … 6476 6476 </xsl:choose> 6477 6477 </a> 6478 </td> -->6478 </td> 6479 6479 <td> 6480 6480 <xsl:variable name="eventIcalName" select="concat($guid,'.ics')"/>
