Index: trunk/deployment/webadmin/webapp/resources/default/default/default.xsl =================================================================== --- trunk/deployment/webadmin/webapp/resources/default/default/default.xsl (revision 2087) +++ trunk/deployment/webadmin/webapp/resources/default/default/default.xsl (revision 2090) @@ -47,4 +47,5 @@ + + + + - - - @@ -1027,4 +1029,17 @@ + + + + + + + + + + + + @@ -1038,20 +1053,16 @@ - - - Calendar: - - - - - - Display the preferred calendars by default if they exist - - + - - - hide the listing of all calendars if preferred calendars exist, otherwise show them - - + - - - allow for toggling between the preferred and all calendars listings if preferred - calendars exist - - + @@ -1114,5 +1125,5 @@ - --> + @@ -2433,45 +2444,58 @@ - + - - - - + + + + + + + + + + + + + publishEvent(''); + + + + Index: trunk/deployment/webadmin/webapp/resources/resources/bedeworkEventForm.js =================================================================== --- trunk/deployment/webadmin/webapp/resources/resources/bedeworkEventForm.js (revision 2088) +++ trunk/deployment/webadmin/webapp/resources/resources/bedeworkEventForm.js (revision 2090) @@ -690,2 +690,10 @@ } +function publishEvent(publishingCal) { + // User has submitted the event when there is only a single publishing calendar. + // Update the newCalPath to reflect the publishing calendar: + var newCalPath = document.getElementById("newCalPath"); + newCalPath = publishingCal; +} + +