Changeset 1712

Show
Ignore:
Timestamp:
01/25/08 00:53:13
Author:
johnsa
Message:

user client: remove add event link next to calendar listing

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl

    r1702 r1712  
    41004100        </ul> 
    41014101      </xsl:if> 
    4102       <xsl:if test="calendarCollection='true'"> 
    4103         <!-- set the start date for adding an event to the first day of the 
    4104              given period, the hour of "now", and give a duration of 60 minutes --> 
    4105         <xsl:variable name="startDate"><xsl:value-of select="/bedework/firstday/date"/>T<xsl:value-of select="substring(/bedework/now/time,1,2)"/>0000</xsl:variable> 
    4106         <!-- skip setting duration for now; this should be set in the user's prefs--> 
    4107         <!-- <a href="{$initEvent}&amp;startdate={$startDate}&amp;newCalPath={$calPath}&amp;minutes=60" class="calendarAdd" title="add event"> --> 
    4108         <a href="{$initEvent}&amp;startdate={$startDate}&amp;newCalPath={$calPath}" class="calendarAdd" title="add event"> 
    4109           <img src="{$resourcesRoot}/resources/addEvent-forCals-icon.gif" width="9" height="12" border="0" alt="add event"/> 
    4110         </a> 
    4111       </xsl:if> 
    41124102    </li> 
    41134103  </xsl:template>