Changeset 1667
- Timestamp:
- 12/11/07 11:40:40
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/websubmit/webapp/resources/demoskins/default/default/default.xsl
r1666 r1667 287 287 <xsl:variable name="guid" select="guid"/> 288 288 <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=""/> 294 292 295 293 <!-- event info for edit event --> trunk/deployment/websubmit/webapp/resources/demoskins/resources/bedeworkEventForm.js
r1666 r1667 294 294 } 295 295 296 formObj[" comment"].value = comment;296 formObj["xbwsubmitcomment"].value = comment; 297 297 } 298 298 function swapAllDayEvent(obj) {
