Changeset 1246
- Timestamp:
- 01/22/07 02:05:59
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webadmin/webapp/resources/default/default/default.xsl
r1245 r1246 749 749 <td> 750 750 <xsl:value-of select="description"/> 751 <xsl:if test="recurring = 'true' ">751 <xsl:if test="recurring = 'true' or recurrenceId != ''"> 752 752 <div class="recurrenceEditLinks"> 753 753 Recurring event. trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl
r1245 r1246 1011 1011 <xsl:if test="currentAccess/current-user-privilege-set/privilege/write-content"> 1012 1012 <xsl:choose> 1013 <xsl:when test="recurring='true' ">1013 <xsl:when test="recurring='true' or recurrenceId != ''"> 1014 1014 Edit: 1015 1015 <a href="{$editEvent}&subid={$subscriptionId}&calPath={$calPath}&guid={$guid}" title="edit master (recurring event)">master</a>, … … 1027 1027 <xsl:if test="not(currentAccess/current-user-privilege-set/privilege/write-content)"> 1028 1028 <xsl:choose> 1029 <xsl:when test="recurring='true' ">1029 <xsl:when test="recurring='true' or recurrenceId != ''"> 1030 1030 Link: 1031 1031 <a href="{$addEventRef}&subid={$subscriptionId}&calPath={$calPath}&guid={$guid}" title="add master event reference to a calendar">master</a>, … … 1049 1049 </xsl:if> 1050 1050 <xsl:choose> 1051 <xsl:when test="recurring='true' ">1051 <xsl:when test="recurring='true' or recurrenceId != ''"> 1052 1052 Delete: 1053 1053 <a href="{$delEvent}&subid={$subscriptionId}&calPath={$calPath}&guid={$guid}" title="delete master (recurring event)">all</a>, … … 1229 1229 </xsl:choose><br/> 1230 1230 Type: 1231 <xsl:if test="recurring='true' ">1231 <xsl:if test="recurring='true' or recurrenceId != ''"> 1232 1232 recurring 1233 1233 </xsl:if> … … 1356 1356 | 1357 1357 <xsl:choose> 1358 <xsl:when test="recurring='true' ">1358 <xsl:when test="recurring='true' or recurrenceId != ''"> 1359 1359 <img src="{$resourcesRoot}/resources/std-ical_iconEditDkGray.gif" width="12" height="16" border="0" alt="edit master"/> 1360 1360 Edit: … … 1372 1372 | 1373 1373 <xsl:choose> 1374 <xsl:when test="recurring='true' ">1374 <xsl:when test="recurring='true' or recurrenceId != ''"> 1375 1375 <img src="{$resourcesRoot}/resources/std-ical_iconLinkDkGray.gif" width="12" height="16" border="0" alt="add event reference"/> 1376 1376 Link: … … 1395 1395 | 1396 1396 <xsl:choose> 1397 <xsl:when test="recurring='true' ">1397 <xsl:when test="recurring='true' or recurrenceId != ''"> 1398 1398 <img src="{$resourcesRoot}/resources/trashIcon.gif" width="13" height="13" border="0" alt="delete"/> 1399 1399 Delete: … … 1409 1409 </div> 1410 1410 <!-- Display type of event --> 1411 <xsl:if test="recurring='true' ">1411 <xsl:if test="recurring='true' or recurrenceId != ''"> 1412 1412 Recurring 1413 1413 </xsl:if> … … 1810 1810 <th colspan="2" class="commonHeader"> 1811 1811 <div id="eventActions"> 1812 <a href="{$eventView}&subid={$subscriptionId}&calPath={$calPath}&guid={$guid}&recurrenceId={$recurrenceId}"> 1813 <img src="{$resourcesRoot}/resources/glassFill-icon-viewGray.gif" width="13" height="13" border="0" alt="view"/> 1814 View 1815 </a> 1816 | 1817 <xsl:choose> 1818 <xsl:when test="recurring='true'"> 1812 <xsl:if test="not(recurringEntity = 'true' and recurrenceId = '')"> 1813 <!-- don't display if a master recurring event (because the master can't be viewed) --> 1814 <a href="{$eventView}&subid={$subscriptionId}&calPath={$calPath}&guid={$guid}&recurrenceId={$recurrenceId}"> 1815 <img src="{$resourcesRoot}/resources/glassFill-icon-viewGray.gif" width="13" height="13" border="0" alt="view"/> 1816 View 1817 </a> 1818 | 1819 </xsl:if> 1820 <xsl:choose> 1821 <xsl:when test="recurringEntity='true' or recurrenceId != ''"> 1822 <img src="{$resourcesRoot}/resources/trashIcon.gif" width="13" height="13" border="0" alt="delete"/> 1823 Delete: 1824 <a href="{$delEvent}&subid={$subscriptionId}&calPath={$calPath}&guid={$guid}" title="delete master (recurring event)">all</a>,<a href="{$delEvent}&subid={$subscriptionId}&calPath={$calPath}&guid={$guid}&recurrenceId={$recurrenceId}" title="delete instance (recurring event)">instance</a> 1825 </xsl:when> 1826 <xsl:otherwise> 1827 <a href="{$delEvent}&subid={$subscriptionId}&calPath={$calPath}&guid={$guid}&recurrenceId={$recurrenceId}" title="delete event"> 1819 1828 <img src="{$resourcesRoot}/resources/trashIcon.gif" width="13" height="13" border="0" alt="delete"/> 1820 Delete: 1821 <a href="{$delEvent}&subid={$subscriptionId}&calPath={$calPath}&guid={$guid}" title="delete master (recurring event)">all</a>,<a href="{$delEvent}&subid={$subscriptionId}&calPath={$calPath}&guid={$guid}&recurrenceId={$recurrenceId}" title="delete instance (recurring event)">instance</a> 1822 </xsl:when> 1823 <xsl:otherwise> 1824 <a href="{$delEvent}&subid={$subscriptionId}&calPath={$calPath}&guid={$guid}&recurrenceId={$recurrenceId}" title="delete event"> 1825 <img src="{$resourcesRoot}/resources/trashIcon.gif" width="13" height="13" border="0" alt="delete"/> 1826 Delete 1827 </a> 1828 </xsl:otherwise> 1829 </xsl:choose> 1829 Delete 1830 </a> 1831 </xsl:otherwise> 1832 </xsl:choose> 1830 1833 </div> 1831 1834 Personal Event
