Changeset 2263

Show
Ignore:
Timestamp:
07/13/09 10:05:36
Author:
johnsa
Message:

admin client: uncomment category suggestion for submitted event

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • releases/bedework-3.5/deployment/webadmin/webapp/resources/resources/bedeworkEventForm.js

    r2225 r2263  
    284284      output += '</table>'; 
    285285    } 
    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/>'; 
    290288      output += this.category; 
    291289      output += '</p>'; 
    292     }*/ 
     290    } 
    293291    output += '<p>'; 
    294292    if (this.notes != "") {