Changeset 1465
- Timestamp:
- 07/11/07 13:55:08
- Files:
-
- trunk/build/libjars.properties (modified) (1 diff)
- trunk/deployment/resources/xsl/default/default/messages.xsl (modified) (1 diff)
- trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl (modified) (10 diffs)
- trunk/lib/ical4j-head.jar (modified) (previous)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/build/libjars.properties
r1326 r1465 112 112 113 113 # ical4j.jar Used for icalendar translation. 114 #ical4j.jar.name=ical4j- 0.9.19-pre.jar115 ical4j.jar.name=ical4j- 1.0-beta1.jar114 #ical4j.jar.name=ical4j-1.0-beta1.jar 115 ical4j.jar.name=ical4j-head.jar 116 116 ical4j.jar=${org.bedework.default.lib}/${ical4j.jar.name} 117 117 trunk/deployment/resources/xsl/default/default/messages.xsl
r1432 r1465 133 133 Schedule rescheduled 134 134 </xsl:when> 135 <xsl:when test="id='org.bedework.client.message.schedule.sent'"> 136 Scheduling message sent to <xsl:value-of select="param"/> 137 </xsl:when> 135 138 <xsl:when test="id='org.bedework.client.message.schedule.updated'"> 136 139 Schedule updated trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl
r1464 r1465 139 139 <xsl:variable name="schedule-initAttendeeUpdate" select="/bedework/urlPrefixes/schedule/initAttendeeUpdate/a/@href"/> 140 140 <xsl:variable name="schedule-processAttendeeReply" select="/bedework/urlPrefixes/schedule/processAttendeeReply/a/@href"/> 141 <xsl:variable name="schedule-processRefresh" select="/bedework/urlPrefixes/schedule/processRefresh/a/@href"/> 141 142 <xsl:variable name="schedule-refresh" select="/bedework/urlPrefixes/schedule/refresh/a/@href"/> 142 143 <!-- misc (mostly import and export) --> … … 3482 3483 <option value="DELEGATED">delegated</option> 3483 3484 </select> 3484 </div> 3485 </div> 3485 3486 3486 3487 <xsl:if test="/bedework/attendees/attendee"> … … 5530 5531 <xsl:when test="scheduleMethod=2"><xsl:value-of select="$schedule-initAttendeeRespond"/></xsl:when> 5531 5532 <xsl:when test="scheduleMethod=3"><xsl:value-of select="$schedule-initAttendeeReply"/></xsl:when> 5533 <xsl:when test="scheduleMethod=6"><xsl:value-of select="$schedule-processRefresh"/></xsl:when> 5532 5534 <xsl:otherwise><xsl:value-of select="$schedule-initAttendeeRespond"/></xsl:otherwise> 5533 5535 </xsl:choose> … … 5788 5790 <xsl:choose> 5789 5791 <xsl:when test="not(guidcals/calendar)"> 5790 <!-- the event has not been added to a calendar, so this is the 5792 <!-- the event has not been added to a calendar, so this is the 5791 5793 first request --> 5792 5794 5793 5795 <!-- the string "user/" should not be hard coded; fix this --> 5794 5796 <xsl:variable name="userPath">user/<xsl:value-of select="/bedework/userid"/></xsl:variable> … … 5808 5810 currentAccess/current-user-privilege-set/privilege/write-content and 5809 5811 (not(contains(path,$userPath)))]/path"/></xsl:variable> 5810 5812 5811 5813 <input type="hidden" name="newCalPath" value="{$newCalPath}"/> 5812 5814 5813 5815 <xsl:variable name="userFullPath"><xsl:value-of select="$userPath"/>/</xsl:variable> 5814 5816 <span id="bwEventCalDisplay"> … … 5828 5830 <xsl:if test="form/calendar/calType = '1'"><xsl:attribute name="value"><xsl:value-of select="form/calendar/path"/></xsl:attribute></xsl:if> 5829 5831 </input>--> 5830 5832 5831 5833 <xsl:variable name="userFullPath"><xsl:value-of select="$userPath"/>/</xsl:variable> 5832 5834 5833 5835 <span id="bwEventCalDisplay"> 5834 5836 <xsl:if test="form/calendar/calType = '1'"> … … 5846 5848 span element which is improperly rendered in the browser --> 5847 5849 </span> 5848 5850 5849 5851 <xsl:call-template name="selectCalForEvent"/> 5850 5852 5851 5853 </xsl:otherwise> 5852 5854 </xsl:choose> 5853 5855 5854 5856 </xsl:when> 5855 5857 <xsl:otherwise> 5856 <!-- the event exists in calendars already, so this is a 5857 subsequent follow-up. Let the user choose which copies 5858 <!-- the event exists in calendars already, so this is a 5859 subsequent follow-up. Let the user choose which copies 5858 5860 of the event to update. For now, we'll just list them 5859 5861 and add calPath request parameters --> … … 5864 5866 <input type="hidden" name="calPath"> 5865 5867 <xsl:attribute name="value"><xsl:value-of select="path"/></xsl:attribute> 5866 </input> 5868 </input> 5867 5869 </li> 5868 5870 </xsl:for-each> 5869 5871 </ul> 5870 5872 </xsl:otherwise> 5871 </xsl:choose> 5873 </xsl:choose> 5872 5874 </td> 5873 5875 </tr> … … 6291 6293 </xsl:when> 6292 6294 <xsl:otherwise> 6293 <!-- the event exists. Let the user choose which copies 6295 <!-- the event exists. Let the user choose which copies 6294 6296 of the event to update. For now, we'll just list them 6295 6297 and add calPath request parameters --> … … 6300 6302 <input type="hidden" name="calPath"> 6301 6303 <xsl:attribute name="value"><xsl:value-of select="path"/></xsl:attribute> 6302 </input> 6304 </input> 6303 6305 </li> 6304 6306 </xsl:for-each> 6305 6307 </ul> 6306 6308 </xsl:otherwise> 6307 </xsl:choose> 6309 </xsl:choose> 6308 6310 </td> 6309 6311 </tr>
