Changeset 2915

Show
Ignore:
Timestamp:
05/23/10 01:13:53
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
  • trunk/deployment/webuser/webapp/resources/demoskins/themes/bedeworkTheme/preferences.xsl

    r2890 r2915  
    435435          </td> 
    436436        </tr> 
    437         <tr class="subField"> 
     437        <tr> 
     438          <td colspan="2">&#160;</td> 
     439        </tr> 
     440        <tr> 
    438441          <td class="fieldname"> 
    439442            <xsl:copy-of select="$bwStr-ScPr-CancelProcessing"/> 
     
    441444          <td> 
    442445            <select name="scheduleAutoCancelAction" id="scheduleAutoCancelAction"> 
    443               <xsl:if test="scheduleAutoRespond = 'false'"> 
    444                 <xsl:attribute name="disabled">disabled</xsl:attribute> 
    445               </xsl:if> 
    446446              <option value="0"> 
    447447                <xsl:if test="scheduleAutoCancelAction = '0'"> 
    448448                  <xsl:attribute name="selected">selected</xsl:attribute> 
    449449                </xsl:if> 
    450                 <xsl:copy-of select="$bwStr-ScPr-SetToCanceled"/> 
     450                <xsl:copy-of select="$bwStr-ScPr-DeleteEvent"/> 
    451451              </option> 
    452452              <option value="1"> 
     
    454454                  <xsl:attribute name="selected">selected</xsl:attribute> 
    455455                </xsl:if> 
    456                 <xsl:copy-of select="$bwStr-ScPr-DeleteEvent"/> 
    457               </option> 
    458             </select> 
    459           </td> 
    460         </tr> 
    461         <tr> 
    462           <td colspan="2">&#160;</td> 
     456                <xsl:copy-of select="$bwStr-ScPr-SetToCanceled"/> 
     457              </option> 
     458            </select> 
     459          </td> 
    463460        </tr> 
    464461        <tr>