[CMF-checkins] CVS: CMF/CMFCalendar/skins/zpt_calendar - calendar_day_view.pt:1.1.6.1
Tres Seaver
tseaver@zope.com
Wed, 10 Jul 2002 01:35:55 -0400
Update of /cvs-repository/CMF/CMFCalendar/skins/zpt_calendar
In directory cvs.zope.org:/tmp/cvs-serv6945/CMFCalendar/skins/zpt_calendar
Modified Files:
Tag: CMF-1_3-branch
calendar_day_view.pt
Log Message:
- Fixed CMFCalendar's "day view" to accomodate the removal of 'title'
metadata from catalog in favor of 'Title' (thanks to Dieter Maurer
for pointing this out).
=== CMF/CMFCalendar/skins/zpt_calendar/calendar_day_view.pt 1.1 => 1.1.6.1 ===
<tr>
<td class="heading" colspan="5" nowrap>
- <a href="#" tal:attributes="href event/getURL" tal:content="event/title">
+ <a href="#" tal:attributes="href event/getURL" tal:content="event/Title">
event title
</a>
</td>
@@ -59,4 +59,4 @@
</div>
-</html>
\ No newline at end of file
+</html>