|
From: Jon O. <jon...@us...> - 2007-11-19 16:41:06
|
Update of /cvsroot/mxbb/mx_calsnails/templates/_core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv1665 Modified Files: cal_view_month_lite.tpl Log Message: fix Index: cal_view_month_lite.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_calsnails/templates/_core/cal_view_month_lite.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** cal_view_month_lite.tpl 9 Sep 2007 19:48:57 -0000 1.1 --- cal_view_month_lite.tpl 19 Nov 2007 16:40:58 -0000 1.2 *************** *** 66,70 **** <table width="100%" cellspacing="0" cellpadding="2" border="0"> <tr><td height="15" {daycell.S_HEAD}><a href="{daycell.U_DAY}" class="topictitle">{daycell.NUM_DAY}</a></td></tr> ! <tr><td height="60" valign="top" {daycell.S_DETAILS}><div style="overflow:auto; height:60px;">{daycell.DAY_EVENT_LIST}</div></td></tr> </table> </td> --- 66,70 ---- <table width="100%" cellspacing="0" cellpadding="2" border="0"> <tr><td height="15" {daycell.S_HEAD}><a href="{daycell.U_DAY}" class="topictitle">{daycell.NUM_DAY}</a></td></tr> ! <tr><td height="60" valign="top" {daycell.S_DETAILS}><div style="overflow:auto; height:50px;">{daycell.DAY_EVENT_LIST}</div></td></tr> </table> </td> |