[Bedework-commit] webapps r894 - trunk/webadmin/war/docs/event
svnadmin at bedework.org
svnadmin at bedework.org
Mon Feb 23 23:51:51 EST 2009
Author: johnsa
Date: 2009-02-23 23:51:49 -0500 (Mon, 23 Feb 2009)
New Revision: 894
Modified:
trunk/webadmin/war/docs/event/eventForm.jsp
Log:
admin client: expose underlying calendar aliases below folder subscriptions in topical areas
Modified: trunk/webadmin/war/docs/event/eventForm.jsp
===================================================================
--- trunk/webadmin/war/docs/event/eventForm.jsp 2009-02-23 06:24:13 UTC (rev 893)
+++ trunk/webadmin/war/docs/event/eventForm.jsp 2009-02-24 04:51:49 UTC (rev 894)
@@ -189,7 +189,7 @@
should instead pick subscriptions to which they want to associate
events. Then, categories will be set on the event by the back-end.
Categories will remain available for re-addition to the UI, however,
- for an advanced approach to creating events. --%>
+ for an advanced (perhaps) approach to creating events. --%>
<categories>
<logic:present name="calForm" property="preferredCategories">
<preferred>
@@ -234,7 +234,7 @@
<bean:define id="calendar" name="calForm" property="userCalendars"
toScope="session" />
<bean:define id="fullTree" toScope="request">true</bean:define>
- <bean:define id="stopDescentAtAliases" toScope="request">true</bean:define>
+ <bean:define id="stopDescentAtAliases" toScope="request">false</bean:define>
<%@include file="/docs/calendar/emitCalendar.jsp"%>
</calendars>
</calsuite>
More information about the Bedework-commit
mailing list