|
From: OryNider <ory...@us...> - 2008-02-18 06:14:50
|
Update of /cvsroot/mxbb/mx_blogs/templates/subSilver In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv8689 Modified Files: Tag: core28x weblog_index_top.tpl weblog_index_top_small.tpl Log Message: fixes ;) Index: weblog_index_top.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_blogs/templates/subSilver/weblog_index_top.tpl,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 *** weblog_index_top.tpl 7 Jun 2007 22:01:33 -0000 1.1 --- weblog_index_top.tpl 18 Feb 2008 06:14:45 -0000 1.1.2.1 *************** *** 1,4 **** <form method="post" action="{S_SORT_ACTION}"> ! <table width="100%" cellspacing="0" cellpadding="0" border="0" align="center"> <tr> <td valign="top"> --- 1,4 ---- <form method="post" action="{S_SORT_ACTION}"> ! <table width="100%" cellspacing="0" cellpadding="0" border="0" align="center" class="forumline" style="border-top:none;"> <tr> <td valign="top"> *************** *** 20,24 **** </form> ! <table width="100%" cellspacing="0" cellpadding="10" border="0" align="center"> <tr> <td> --- 20,24 ---- </form> ! <table width="100%" cellspacing="0" cellpadding="10" border="0" align="center" class="forumline" style="border-top:none;"> <tr> <td> Index: weblog_index_top_small.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_blogs/templates/subSilver/weblog_index_top_small.tpl,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -C2 -d -r1.1 -r1.1.2.1 *** weblog_index_top_small.tpl 7 Jun 2007 22:01:34 -0000 1.1 --- weblog_index_top_small.tpl 18 Feb 2008 06:14:45 -0000 1.1.2.1 *************** *** 1,4 **** <form method="post" action="{S_SORT_ACTION}"> ! <table width="100%" cellspacing="0" cellpadding="0" border="0" align="center"> <tr> <td valign="top"> --- 1,4 ---- <form method="post" action="{S_SORT_ACTION}"> ! <table width="100%" cellspacing="0" cellpadding="0" border="0" align="center" class="forumline" style="border-top:none;"> <tr> <td valign="top"> *************** *** 14,18 **** </table> ! <table width="66%" cellspacing="0" cellpadding="0" border="0" align="center"> <tr> <td> --- 14,18 ---- </table> ! <table width="66%" cellspacing="0" cellpadding="0" border="0" align="center" class="forumline" style="border-top:none;"> <tr> <td> *************** *** 25,29 **** </div> ! <table cellspacing="1" cellpadding="2" border="0" width="100%" class="forumline"> <tr> <th class="thHead">{L_WEBLOG}</th> --- 25,29 ---- </div> ! <table cellspacing="1" cellpadding="2" border="0" width="100%"> <tr> <th class="thHead">{L_WEBLOG}</th> |