[CMF-checkins] CVS: Products/CMFCalendar/skins/calendar - event_view.dtml:1.3
Andrew Sawyers
andrew@digicool.com
Wed, 1 Aug 2001 14:10:36 -0400
Update of /cvs-repository/Products/CMFCalendar/skins/calendar
In directory cvs.zope.org:/tmp/cvs-serv6543
Modified Files:
event_view.dtml
Log Message:
*fixed a layout issue with Description and the number of colspan.
=== Products/CMFCalendar/skins/calendar/event_view.dtml 1.2 => 1.3 ===
<tr>
<th align=right valign=top >Description</th>
-<TD VALIGN=top NOWRAP>&dtml-Description;</TEXTAREA>
+<TD colspan="3" VALIGN=top NOWRAP>&dtml-Description;</TEXTAREA>
</td></tr>
<tr><td height="30" colspan=4> </td></tr>
</table>