Changeset 478

Show
Ignore:
Timestamp:
05/15/06 03:06:57
Author:
johnsa
Message:

Personal calendar: corrected calendar request parameter for adding events directly to a calendar; added icons for event actions on edit event page.

Files:

Legend:

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

    r475 r478  
    17271727            <div id="eventActions"> 
    17281728              <a href="{$eventView}?subid={$subscriptionId}&amp;calPath={$calPath}&amp;guid={$guid}&amp;recurrenceId={$recurrenceId}&amp;confirmationid={$confId}"> 
     1729                <img src="{$resourcesRoot}/resources/glassFill-icon-viewGray.gif" width="13" height="13" border="0" alt="view"/> 
    17291730                View 
    17301731              </a> | 
    17311732              <a href="{$delEvent}?subid={$subscriptionId}&amp;calPath={$calPathEncoded}&amp;guid={$guid}&amp;recurrenceId={$recurrenceId}&amp;confirmationid={$confId}"> 
     1733                <img src="{$resourcesRoot}/resources/trashIcon.gif" width="13" height="13" border="0" alt="delete"/> 
    17321734                Delete 
    17331735              </a> 
     
    23512353               given period, the hour of "now", and give a duration of 60 minutes --> 
    23522354          <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> 
    2353           <a href="{$initEvent}?startdate={$startDate}&amp;calPath={$calPath}&amp;minutes=60" class="calendarAdd" title="add event"> 
     2355          <a href="{$initEvent}?startdate={$startDate}&amp;newCalPath={$calPath}&amp;minutes=60" class="calendarAdd" title="add event"> 
    23542356            <img src="{$resourcesRoot}/resources/addEvent-forCals-icon.gif" width="9" height="12" border="0" alt="add event"/> 
    23552357          </a> 
     
    26822684        <input type="hidden" name="calPath" value="{$calPath}"/> 
    26832685        <p> 
    2684           Share this calendar with:<br/> 
     2686          Share with:<br/> 
    26852687          <input type="text" name="who" size="20"/> 
    26862688          <input type="radio" value="user" name="whoType" checked="checked"/> user 
     
    31303132      </xsl:for-each> 
    31313133    </table> 
    3132     <h4><a href="{$subscriptions-initAdd}&amp;calUri=please enter a calendar uri">Subscribe to a calendar</a> (by URI)</h4> 
     3134    <h4><a href="{$subscriptions-initAdd}">Subscribe to a calendar</a> (by URI)</h4> 
    31333135  </xsl:template> 
    31343136