Changeset 2856

Show
Ignore:
Timestamp:
04/08/10 10:54:27
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
  • releases/bedework-3.6/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl

    r2749 r2856  
    78897889                  <xsl:attribute name="selected">selected</xsl:attribute> 
    78907890                </xsl:if> 
    7891                 <xsl:copy-of select="$bwStr-ScPr-DoNothing"/> 
     7891                <xsl:copy-of select="$bwStr-ScPr-SetToCanceled"/> 
    78927892              </option> 
    78937893              <option value="1"> 
    78947894                <xsl:if test="scheduleAutoCancelAction = '1'"> 
    7895                   <xsl:attribute name="selected">selected</xsl:attribute> 
    7896                 </xsl:if> 
    7897                 <xsl:copy-of select="$bwStr-ScPr-SetToCanceled"/> 
    7898               </option> 
    7899               <option value="2"> 
    7900                 <xsl:if test="scheduleAutoCancelAction = '2'"> 
    79017895                  <xsl:attribute name="selected">selected</xsl:attribute> 
    79027896                </xsl:if>