Changeset 2917
- Timestamp:
- 05/24/10 09:55:32
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webuser/webapp/resources/demoskins/themes/bedeworkTheme/preferences.xsl
r2915 r2917 448 448 <xsl:attribute name="selected">selected</xsl:attribute> 449 449 </xsl:if> 450 <xsl:copy-of select="$bwStr-ScPr- DeleteEvent"/>450 <xsl:copy-of select="$bwStr-ScPr-SetToCanceled"/> 451 451 </option> 452 452 <option value="1"> … … 454 454 <xsl:attribute name="selected">selected</xsl:attribute> 455 455 </xsl:if> 456 <xsl:copy-of select="$bwStr-ScPr- SetToCanceled"/>456 <xsl:copy-of select="$bwStr-ScPr-DeleteEvent"/> 457 457 </option> 458 458 </select>
