Changeset 2119
- Timestamp:
- 04/06/09 16:43:38
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl
r2117 r2119 1877 1877 Personal <xsl:value-of select="$entityType"/> 1878 1878 </xsl:when> 1879 <xsl:when test="scheduleMethod = '2'"> 1880 <!-- a scheduled meeting ro task --> 1881 <xsl:value-of select="$entityType"/> - organizer: <xsl:value-of select="substring-after(organizer/organizerUri,':')"/> 1882 </xsl:when> 1879 1883 <xsl:otherwise> 1880 <xsl:value-of select="$entityType"/> (<xsl:value-of select="calendar/owner"/>)1884 <xsl:value-of select="$entityType"/> 1881 1885 </xsl:otherwise> 1882 1886 </xsl:choose> … … 1885 1889 <em>(recurrence master)</em> 1886 1890 </xsl:if> 1887 <xsl:if test="scheduleMethod = '2' ">1891 <xsl:if test="scheduleMethod = '2' and not(/bedework/userid = substring-before(substring-after(organizer/organizerUri,':'),'@'))"> 1888 1892 <!-- this is a scheduled event (meeting or task) - allow a direct refresh --> 1893 <!-- NOTE: we need to actually output the organizer account for testing, rather 1894 than testing against the organizerUri...might not be the same --> 1889 1895 <a href="{$schedule-refresh}&method=REFRESH" id="refreshEventAction"> 1890 1896 <img src="{$resourcesRoot}/resources/std-icalRefresh-icon-small.gif" width="12" height="16" border="0" alt="send a request to refresh this scheduled event"/> … … 2388 2394 </xsl:when> 2389 2395 <xsl:otherwise> 2390 <xsl:value-of select="$entityType"/> (<xsl:value-of select="calendar/owner"/>)2396 <xsl:value-of select="$entityType"/> 2391 2397 </xsl:otherwise> 2392 2398 </xsl:choose>
