Changeset 1927
- Timestamp:
- 10/02/08 09:52:36
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/resources/xsl/default/default/errors.xsl
r1759 r1927 214 214 The organizer uri is invalid 215 215 </xsl:when> 216 <xsl:when test="id='org.bedework.validation.error.invalid.invalidschedulingobject'"> 217 Cannot change this into a scheduling message 218 </xsl:when> 216 219 <xsl:when test="id='org.bedework.validation.error.invalid.prefendtype'"> 217 220 The preferred endtype <em><xsl:value-of select="param"/></em> is invalid. … … 398 401 </xsl:when> 399 402 400 <xsl:when test="id='org.bedework.validation.error.missingorganiz or'">401 Your event is missing the organiz or403 <xsl:when test="id='org.bedework.validation.error.missingorganizer'"> 404 Your event is missing the organizer 402 405 </xsl:when> 403 406 trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl
r1926 r1927 6133 6133 subsequent follow-up. Let the user choose which copies 6134 6134 of the event to update. For now, we'll just list them 6135 and add calPath request parameters --> 6135 and add calPath request parameters. 6136 6137 This should be changed - we will only have one of these so 6138 the for-each is not needed --> 6136 6139 <ul> 6137 6140 <xsl:for-each select="guidcals/calendar">
