Changeset 1416
- Timestamp:
- 06/12/07 12:09:38
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webadmin/webapp/resources/default/default/default.xsl
r1413 r1416 738 738 <td> 739 739 <a href="{$event-fetchForUpdate}&subid={$subscriptionId}&calPath={$calPath}&guid={$guid}&recurrenceId={$recurrenceId}"> 740 <xsl:value-of select="summary"/> 740 <xsl:choose> 741 <xsl:when test="summary != ''"> 742 <xsl:value-of select="summary"/> 743 </xsl:when> 744 <xsl:otherwise> 745 <em>no title</em> 746 </xsl:otherwise> 747 </xsl:choose> 741 748 </a> 742 749 </td>
