Changeset 2917

Show
Ignore:
Timestamp:
05/24/10 09:55:32
Author:
douglm
Message:

Flip the cancel processing to match the default db value.

Default should be to set canceled status.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/deployment/webuser/webapp/resources/demoskins/themes/bedeworkTheme/preferences.xsl

    r2915 r2917  
    448448                  <xsl:attribute name="selected">selected</xsl:attribute> 
    449449                </xsl:if> 
    450                 <xsl:copy-of select="$bwStr-ScPr-DeleteEvent"/> 
     450                <xsl:copy-of select="$bwStr-ScPr-SetToCanceled"/> 
    451451              </option> 
    452452              <option value="1"> 
     
    454454                  <xsl:attribute name="selected">selected</xsl:attribute> 
    455455                </xsl:if> 
    456                 <xsl:copy-of select="$bwStr-ScPr-SetToCanceled"/> 
     456                <xsl:copy-of select="$bwStr-ScPr-DeleteEvent"/> 
    457457              </option> 
    458458            </select>