Changeset 98

Show
Ignore:
Timestamp:
02/06/06 21:06:35
Author:
douglm
Message:

Fix commenting out of code in jsp so that show calendars doesn't get exception

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/calendar3/webclient/war/docs/emitCalendars.jsp

    r94 r98  
    1111    <%@include file="/docs/emitCalendar.jsp"%> 
    1212 
    13     <!-- old 2.3 code: keep for a short while 
     13    <%-- old 2.3 code: keep for a short while 
    1414    <logic:present name="calForm" property="publicCalendars" > 
    1515      <bean:define id="calendars" name="calForm" property="publicCalendars" /> 
     
    1919      </logic:iterate> 
    2020    </logic:present> 
    21     --
     21    --%
    2222  </calendars> 
    2323 
  • trunk/calendar3/webclient/war/docs/emitPublicCalendars.jsp

    r94 r98  
    1111    <%@include file="/docs/emitCalendar.jsp"%> 
    1212 
    13     <!-- old 2.3 code: keep for a short while 
     13    <%-- old 2.3 code: keep for a short while 
    1414    <logic:present name="calForm" property="publicCalendars" > 
    1515      <bean:define id="calendars" name="calForm" property="publicCalendars" /> 
     
    1919      </logic:iterate> 
    2020    </logic:present> 
    21     --
     21    --%
    2222  </calendars> 
    2323