root/trunk/calendar3/webclient/war/docs/event/selectCalForEvent.jsp

Revision 425 (checked in by johnsa, 7 years ago)

adding missing files for calendar selection

  • Property svn:eol-style set to native
Line 
1 <%@ taglib uri='struts-bean' prefix='bean' %>
2 <%@ taglib uri='struts-logic' prefix='logic' %>
3
4 <%@ include file="/docs/header.jsp" %>
5
6 <page>selectCalForEvent</page>
7 <% /* Used when selecting a calendar while adding or editing an event.
8
9       This page will be called when
10       a) we add an event by date with no specific calendar selected
11       b) we import an event
12       c) we add an event ref
13       d) we edit an event and change it's calendar (or change it while adding)
14
15       The intention is to load the calendar listing in a pop-up window as a
16       tree of myCalendars and writable calendars associated with subscriptions.
17       The xml for the tree is already in header.jsp, so we don't have to
18       recreate it here.
19       */ %>
20
21 <%@ include file="/docs/footer.jsp" %>
Note: See TracBrowser for help on using the browser.