Changeset 224
- Timestamp:
- 02/28/06 10:26:12
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/calendar3/deployment/webadmin/webapp/resources/default/default/errors.xsl
r217 r224 10 10 </xsl:when> 11 11 <xsl:when test="id='org.bedework.client.error.missingsubscriptionid'"> 12 You must supply a subscription name12 You must supply a subscription <em>name</em> 13 13 </xsl:when> 14 14 <xsl:when test="id='org.bedework.client.error.nosuchsubscription'"> … … 65 65 <xsl:when test="id='org.bedework.validation.error.toolong.description'"> 66 66 Your description is too long. Please limit your entry to 67 < xsl:value-of select="param"/> characters. You may also wish to68 point the event entry at a supplimental web page by entering a URL.67 <em><xsl:value-of select="param"/></em> characters. You may also wish to 68 point the event entry at a supplimental web page by entering a <em>URL</em>. 69 69 </xsl:when> 70 70 <xsl:when test="id='org.bedework.validation.error.notitle'"> 71 You must supply a title<br/>71 You must supply a <em>title</em><br/> 72 72 </xsl:when> 73 73 <xsl:when test="id='org.bedework.validation.error.nocalendar'"> 74 You must supply the calendar<br/>74 You must supply the <em>calendar</em><br/> 75 75 </xsl:when> 76 76 <xsl:when test="id='org.bedework.validation.error.nodescription'"> 77 You must supply a description<br/>77 You must supply a <em>description</em><br/> 78 78 </xsl:when> 79 79 <xsl:when test="id='org.bedework.validation.error.event.startafterend'"> 80 The end date for this event occurs before the start date80 The <em>end date</em> for this event occurs before the <em>start date</em> 81 81 </xsl:when> 82 82 <xsl:when test="id='org.bedework.validation.error.invalid.endtype'"> 83 The end date typeis invalid for the type of event you are creating83 The <em>end date type</em> is invalid for the type of event you are creating 84 84 </xsl:when> 85 85 <xsl:when test="id='org.bedework.validation.error.nosponsorname'">
