Changeset 2914

Show
Ignore:
Timestamp:
05/23/10 01:13:49
Author:
douglm
Message:

Setting of cancel processing was reversed.

Also it's not part of auto-respond so should not be disabled

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • releases/bedework-3.6/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl

    r2860 r2914  
    78767876          </td> 
    78777877        </tr> 
    7878         <tr class="subField"> 
     7878        <tr> 
     7879          <td colspan="2">&#160;</td> 
     7880        </tr> 
     7881        <tr> 
    78797882          <td class="fieldname"> 
    78807883            <xsl:copy-of select="$bwStr-ScPr-CancelProcessing"/> 
     
    78827885          <td> 
    78837886            <select name="scheduleAutoCancelAction" id="scheduleAutoCancelAction"> 
    7884               <xsl:if test="scheduleAutoRespond = 'false'"> 
    7885                 <xsl:attribute name="disabled">disabled</xsl:attribute> 
    7886               </xsl:if> 
    78877887              <option value="0"> 
    78887888                <xsl:if test="scheduleAutoCancelAction = '0'"> 
    78897889                  <xsl:attribute name="selected">selected</xsl:attribute> 
    78907890                </xsl:if> 
    7891                 <xsl:copy-of select="$bwStr-ScPr-SetToCanceled"/> 
     7891                <xsl:copy-of select="$bwStr-ScPr-DeleteEvent"/> 
    78927892              </option> 
    78937893              <option value="1"> 
     
    78957895                  <xsl:attribute name="selected">selected</xsl:attribute> 
    78967896                </xsl:if> 
    7897                 <xsl:copy-of select="$bwStr-ScPr-DeleteEvent"/> 
     7897                <xsl:copy-of select="$bwStr-ScPr-SetToCanceled"/> 
    78987898              </option> 
    78997899            </select> 
    79007900          </td> 
    7901         </tr> 
    7902         <tr> 
    7903           <td colspan="2">&#160;</td> 
    79047901        </tr> 
    79057902        <tr>