Changeset 1538
- Timestamp:
- 08/24/07 12:06:39
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl
r1536 r1538 1112 1112 </xsl:choose> 1113 1113 </xsl:if> 1114 <xsl:if test="subscription and owner != /bedework/userid"> 1114 <xsl:if test="owner != /bedework/userid and public='true'"> 1115 <!-- provide this link for public subscriptions; subscriptions to user calendars are 1116 currently too confusing since the current user may be able to add events to the 1117 other calendar, making the ownership test a bad test --> 1115 1118 <xsl:variable name="subname" select="subscription/name"/> 1116 1119 <a href="{$subscriptions-fetchForUpdate}&subname={$subname}" title="manage/view subscription"> … … 1511 1514 </xsl:choose> 1512 1515 </xsl:if> 1513 <xsl:if test="subscription and owner != /bedework/userid"> 1516 <xsl:if test="owner != /bedework/userid and public='true'"> 1517 <!-- provide this link for public subscriptions; subscriptions to user calendars are 1518 currently too confusing since the current user may be able to add events to the 1519 other calendar, making the ownership test a bad test --> 1514 1520 | 1515 1521 <xsl:variable name="subname" select="subscription/name"/>
