Changeset 2262
- Timestamp:
- 07/13/09 10:05:21
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webadmin/webapp/resources/resources/bedeworkEventForm.js
r2225 r2262 284 284 output += '</table>'; 285 285 } 286 // categories: deprecated - there will be no categories because the topical 287 // areas selected by the submitter are only suggestions 288 /*if (this.category != "") { 289 output += '<p><strong>Type of Event:</strong> (if Topical Areas weren\'t sufficient)<br/>'; 286 if (this.category != "") { 287 output += '<p><strong>Suggested Type of Event:</strong><br/>'; 290 288 output += this.category; 291 289 output += '</p>'; 292 } */290 } 293 291 output += '<p>'; 294 292 if (this.notes != "") {
