|
From: Jon O. <jon...@us...> - 2006-08-15 08:38:40
|
Update of /cvsroot/mxbb/mx_pafiledb/templates/subSilver In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv20511/modules/mx_pafiledb/templates/subSilver Modified Files: pa_footer.tpl pa_main_body.tpl Log Message: updated Index: pa_main_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/templates/subSilver/pa_main_body.tpl,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** pa_main_body.tpl 1 Aug 2006 21:03:25 -0000 1.8 --- pa_main_body.tpl 15 Aug 2006 08:38:37 -0000 1.9 *************** *** 41,48 **** <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline"> <tr> ! <th class="thHead" colspan="2">{L_CATEGORY}</th> </tr> <tr> ! <td class="row1" colspan="2"> <table border="0" cellpadding="2" cellspacing="1" width="100%" > <!-- BEGIN catcol --> --- 41,48 ---- <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline"> <tr> ! <th class="thHead">{L_CATEGORY}</th> </tr> <tr> ! <td class="row1"> <table border="0" cellpadding="2" cellspacing="1" width="100%" > <!-- BEGIN catcol --> Index: pa_footer.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_pafiledb/templates/subSilver/pa_footer.tpl,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** pa_footer.tpl 5 Apr 2006 21:30:45 -0000 1.16 --- pa_footer.tpl 15 Aug 2006 08:38:37 -0000 1.17 *************** *** 14,18 **** </form> </td> ! <td align="right"><span class="gensmall">{S_AUTH_LIST}</span></td> </tr> </table> --- 14,18 ---- </form> </td> ! <td align="right" width="50%"><span class="gensmall">{S_AUTH_LIST}</span></td> </tr> </table> |