Changeset 2857

Show
Ignore:
Timestamp:
04/08/10 10:54:29
Author:
douglm
Message:

Remove do-nothing option for auto-cancel-processing and adjust the values returned for the remaining 2 options (delete, mark cancelled)

Files:

Legend:

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

    r2842 r2857  
    78837883                  <xsl:attribute name="selected">selected</xsl:attribute> 
    78847884                </xsl:if> 
    7885                 <xsl:copy-of select="$bwStr-ScPr-DoNothing"/> 
     7885                <xsl:copy-of select="$bwStr-ScPr-SetToCanceled"/> 
    78867886              </option> 
    78877887              <option value="1"> 
    78887888                <xsl:if test="scheduleAutoCancelAction = '1'"> 
    7889                   <xsl:attribute name="selected">selected</xsl:attribute> 
    7890                 </xsl:if> 
    7891                 <xsl:copy-of select="$bwStr-ScPr-SetToCanceled"/> 
    7892               </option> 
    7893               <option value="2"> 
    7894                 <xsl:if test="scheduleAutoCancelAction = '2'"> 
    78957889                  <xsl:attribute name="selected">selected</xsl:attribute> 
    78967890                </xsl:if>