Changeset 1189

Show
Ignore:
Timestamp:
12/29/06 09:16:24
Author:
johnsa
Message:

admin client: fix up 24 hour clock

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/deployment/webadmin/webapp/resources/resources/bwClock.js

    r952 r1189  
    2020   changeClass("eventFormPrefLocationList","hidden"); 
    2121   changeClass("eventFormLocationList","hidden"); 
    22    changeClass("eventFormSponsorList","hidden"); 
    23    changeClass("eventFormPrefSponsorList","hidden"); 
     22   changeClass("eventFormContactList","hidden"); 
     23   changeClass("eventFormPrefContactList","hidden"); 
    2424    bwClockIndicator = document.getElementById("bwClockDateTypeIndicator"); 
    2525    if (type == 'eventStartDate') { 
     
    3535  changeClass("eventFormPrefLocationList","shown"); 
    3636  changeClass("eventFormLocationList","shown"); 
    37   changeClass("eventFormSponsorList","shown"); 
    38   changeClass("eventFormPrefSponsorList","shown"); 
     37  changeClass("eventFormContactList","shown"); 
     38  changeClass("eventFormPrefContactList","shown"); 
    3939} 
    4040