Changeset 1667

Show
Ignore:
Timestamp:
12/11/07 11:40:40
Author:
johnsa
Message:

web submit: added x-property for submit comments.

Files:

Legend:

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

    r1666 r1667  
    287287    <xsl:variable name="guid" select="guid"/> 
    288288    <xsl:variable name="recurrenceId" select="recurrenceId"/> 
    289     <input type="hidden" name="endType" value="date"/> 
    290     <!-- for now, the comment field will hold the user's suggestions; 
    291          this should be replaced with a different field to avoid 
    292          overloading the RFC property.  --> 
    293     <input type="hidden" name="comment" id="bwEventComment" value="test"/> 
     289    <!-- DEPRECATED: <input type="hidden" name="endType" value="date"/> --> 
     290    <!-- comment field to hold the user's suggestions:  --> 
     291    <input type="hidden" name="xbwsubmitcomment" id="bwEventComment" value=""/> 
    294292 
    295293      <!-- event info for edit event --> 
  • trunk/deployment/websubmit/webapp/resources/demoskins/resources/bedeworkEventForm.js

    r1666 r1667  
    294294  } 
    295295 
    296   formObj["comment"].value = comment; 
     296  formObj["xbwsubmitcomment"].value = comment; 
    297297} 
    298298function swapAllDayEvent(obj) {