Changeset 98
- Timestamp:
- 02/06/06 21:06:35
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/calendar3/webclient/war/docs/emitCalendars.jsp
r94 r98 11 11 <%@include file="/docs/emitCalendar.jsp"%> 12 12 13 < !-- old 2.3 code: keep for a short while13 <%-- old 2.3 code: keep for a short while 14 14 <logic:present name="calForm" property="publicCalendars" > 15 15 <bean:define id="calendars" name="calForm" property="publicCalendars" /> … … 19 19 </logic:iterate> 20 20 </logic:present> 21 -- >21 --%> 22 22 </calendars> 23 23 trunk/calendar3/webclient/war/docs/emitPublicCalendars.jsp
r94 r98 11 11 <%@include file="/docs/emitCalendar.jsp"%> 12 12 13 < !-- old 2.3 code: keep for a short while13 <%-- old 2.3 code: keep for a short while 14 14 <logic:present name="calForm" property="publicCalendars" > 15 15 <bean:define id="calendars" name="calForm" property="publicCalendars" /> … … 19 19 </logic:iterate> 20 20 </logic:present> 21 -- >21 --%> 22 22 </calendars> 23 23
