|
From: Jon O. <jon...@us...> - 2007-06-02 21:59:15
|
Update of /cvsroot/mxbb/mx_sitestats/templates/subSilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv550/templates/subSilver Modified Files: sitestats_toptopics_body.tpl Log Message: fix Index: sitestats_toptopics_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_sitestats/templates/subSilver/sitestats_toptopics_body.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** sitestats_toptopics_body.tpl 5 Apr 2006 21:38:55 -0000 1.2 --- sitestats_toptopics_body.tpl 2 Jun 2007 21:58:40 -0000 1.3 *************** *** 3,12 **** <td width="50%" valign="top" style="padding-right:2px;"> ! <table width="100%" cellpadding="0" cellspacing="0" border="0" class="forumline"> ! <tr> <th class="thHead" align="center"> {L_TITLE1} </th> </tr> ! <tr> <td> --- 3,12 ---- <td width="50%" valign="top" style="padding-right:2px;"> ! <table width="100%" cellpadding="0" cellspacing="0" border="0" class="forumline" style="border-top:none;"> ! <tr> <th class="thHead" align="center"> {L_TITLE1} </th> </tr> ! <tr> <td> *************** *** 32,36 **** <td width="50%" valign="top" style="padding-left:2px;"> ! <table width="100%" cellpadding="0" cellspacing="0" border="0" class="forumline"> <tr> <th class="thHead" align="center"> {L_TITLE2} </th> --- 32,36 ---- <td width="50%" valign="top" style="padding-left:2px;"> ! <table width="100%" cellpadding="0" cellspacing="0" border="0" class="forumline" style="border-top:none;"> <tr> <th class="thHead" align="center"> {L_TITLE2} </th> |