[Bedework-commit] r478 - in trunk/calendar3/deployment/webuser/webapp/resources/demoskins: default/default resources

svnadmin at bedework.org svnadmin at bedework.org
Mon May 15 03:06:59 EDT 2006


Author: johnsa
Date: 2006-05-15 03:06:57 -0400 (Mon, 15 May 2006)
New Revision: 478

Added:
   trunk/calendar3/deployment/webuser/webapp/resources/demoskins/resources/glassFill-icon-viewGray.gif
Modified:
   trunk/calendar3/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl
Log:
Personal calendar: corrected calendar request parameter for adding events directly to a calendar; added icons for event actions on edit event page.

Modified: trunk/calendar3/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl
===================================================================
--- trunk/calendar3/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl	2006-05-15 04:25:17 UTC (rev 477)
+++ trunk/calendar3/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl	2006-05-15 07:06:57 UTC (rev 478)
@@ -1726,9 +1726,11 @@
           <th colspan="2" class="commonHeader">
             <div id="eventActions">
               <a href="{$eventView}?subid={$subscriptionId}&amp;calPath={$calPath}&amp;guid={$guid}&amp;recurrenceId={$recurrenceId}&amp;confirmationid={$confId}">
+                <img src="{$resourcesRoot}/resources/glassFill-icon-viewGray.gif" width="13" height="13" border="0" alt="view"/>
                 View
               </a> |
               <a href="{$delEvent}?subid={$subscriptionId}&amp;calPath={$calPathEncoded}&amp;guid={$guid}&amp;recurrenceId={$recurrenceId}&amp;confirmationid={$confId}">
+                <img src="{$resourcesRoot}/resources/trashIcon.gif" width="13" height="13" border="0" alt="delete"/>
                 Delete
               </a>
             </div>
@@ -2350,7 +2352,7 @@
           <!-- set the start date for adding an event to the first day of the
                given period, the hour of "now", and give a duration of 60 minutes -->
           <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>
-          <a href="{$initEvent}?startdate={$startDate}&amp;calPath={$calPath}&amp;minutes=60" class="calendarAdd" title="add event">
+          <a href="{$initEvent}?startdate={$startDate}&amp;newCalPath={$calPath}&amp;minutes=60" class="calendarAdd" title="add event">
             <img src="{$resourcesRoot}/resources/addEvent-forCals-icon.gif" width="9" height="12" border="0" alt="add event"/>
           </a>
         </xsl:if>
@@ -2681,7 +2683,7 @@
       <form name="calendarShareForm" action="{$calendar-setAccess}" id="shareForm">
         <input type="hidden" name="calPath" value="{$calPath}"/>
         <p>
-          Share this calendar with:<br/>
+          Share with:<br/>
           <input type="text" name="who" size="20"/>
           <input type="radio" value="user" name="whoType" checked="checked"/> user
           <input type="radio" value="group" name="whoType"/> group
@@ -3129,7 +3131,7 @@
         </tr>
       </xsl:for-each>
     </table>
-    <h4><a href="{$subscriptions-initAdd}&amp;calUri=please enter a calendar uri">Subscribe to a calendar</a> (by URI)</h4>
+    <h4><a href="{$subscriptions-initAdd}">Subscribe to a calendar</a> (by URI)</h4>
   </xsl:template>
 
   <xsl:template match="subscription" mode="mySubscriptions">

Added: trunk/calendar3/deployment/webuser/webapp/resources/demoskins/resources/glassFill-icon-viewGray.gif
===================================================================
(Binary files differ)


Property changes on: trunk/calendar3/deployment/webuser/webapp/resources/demoskins/resources/glassFill-icon-viewGray.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream



More information about the Bedework-commit mailing list