|
From: FlorinCB <ory...@us...> - 2008-10-12 01:28:48
|
Update of /cvsroot/mxbb/mx_glance/templates/_core In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv25018/templates/_core Modified Files: glance_body.tpl Log Message: fix Index: glance_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_glance/templates/_core/glance_body.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** glance_body.tpl 24 Jan 2008 18:51:07 -0000 1.2 --- glance_body.tpl 12 Oct 2008 01:28:42 -0000 1.3 *************** *** 1,3 **** ! <table width="{BLOCK_SIZE}" cellpadding="4" cellspacing="1" border="0" class="forumline" style="border-top:none;"> <!-- BEGIN no_glance_news_and_recent --> <tr> --- 1,4 ---- ! <div class="textbody"> ! <table cellpadding="4" cellspacing="1" border="0" class="forumline" style="border-top:none;"> <!-- BEGIN no_glance_news_and_recent --> <tr> *************** *** 83,85 **** </tr> <!-- END switch_glance_recent --> ! </table> \ No newline at end of file --- 84,87 ---- </tr> <!-- END switch_glance_recent --> ! </table> ! </div> \ No newline at end of file |