|
From: Jon O. <jon...@us...> - 2005-12-14 13:24:19
|
Update of /cvsroot/mxbb/core/modules/mx_coreblocks/templates/subSilver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2164/modules/mx_coreblocks/templates/subSilver Modified Files: mx_search_body.tpl mx_search_results.tpl Log Message: updated tpl Index: mx_search_results.tpl =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_coreblocks/templates/subSilver/mx_search_results.tpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** mx_search_results.tpl 13 Dec 2005 20:04:27 -0000 1.4 --- mx_search_results.tpl 14 Dec 2005 13:24:05 -0000 1.5 *************** *** 1,3 **** ! <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> <tr> <td align="left" valign="bottom"><span class="maintitle">{L_SEARCH_MATCHES}</span><br /></td> --- 1,3 ---- ! <table width="100%" cellspacing="1" cellpadding="2" border="0" align="center"> <tr> <td align="left" valign="bottom"><span class="maintitle">{L_SEARCH_MATCHES}</span><br /></td> *************** *** 5,9 **** </table> ! <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> <tr> <td align="left"><span class="nav"><a href="{U_NEW_SEARCH}" class="nav">{L_NEW_SEARCH}</a></span></td> --- 5,9 ---- </table> ! <table width="100%" cellspacing="1" cellpadding="2" border="0" align="center"> <tr> <td align="left"><span class="nav"><a href="{U_NEW_SEARCH}" class="nav">{L_NEW_SEARCH}</a></span></td> *************** *** 11,15 **** </table> ! <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline" align="center"> <tr> <th align="left" class="thCornerL" nowrap="nowrap" width="20%"> {L_PAGE} </th> --- 11,15 ---- </table> ! <table width="100%" cellpadding="2" cellspacing="0" border="0" class="forumline" align="center"> <tr> <th align="left" class="thCornerL" nowrap="nowrap" width="20%"> {L_PAGE} </th> *************** *** 34,38 **** </table> ! <table width="100%" cellspacing="2" border="0" align="center" cellpadding="2"> <tr> <td align="left" valign="top"><span class="nav">{PAGE_NUMBER}</span></td> --- 34,38 ---- </table> ! <table width="100%" cellspacing="1" border="0" align="center" cellpadding="2"> <tr> <td align="left" valign="top"><span class="nav">{PAGE_NUMBER}</span></td> Index: mx_search_body.tpl =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_coreblocks/templates/subSilver/mx_search_body.tpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** mx_search_body.tpl 19 Apr 2005 18:29:14 -0000 1.3 --- mx_search_body.tpl 14 Dec 2005 13:24:04 -0000 1.4 *************** *** 1,4 **** <form action="{S_SEARCH_ACTION}" method="post"> ! <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> <tr> <td align="left"><span class="nav"><a href="{U_KB}" class="nav">{L_KB}</a></span></td> --- 1,4 ---- <form action="{S_SEARCH_ACTION}" method="post"> ! <table width="100%" cellspacing="0" cellpadding="2" border="0" align="center"> <tr> <td align="left"><span class="nav"><a href="{U_KB}" class="nav">{L_KB}</a></span></td> *************** *** 6,10 **** </table> ! <table class="forumline" width="100%" cellpadding="4" cellspacing="1" border="0"> <tr> <th class="thHead" colspan="4" height="25">{L_SEARCH_QUERY}</th> --- 6,10 ---- </table> ! <table class="forumline" width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <th class="thHead" colspan="4" height="25">{L_SEARCH_QUERY}</th> *************** *** 19,23 **** </table> ! <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> <tr> <td align="right" valign="middle"><span class="gensmall">{S_TIMEZONE}</span></td> --- 19,23 ---- </table> ! <table width="100%" cellspacing="0" cellpadding="2" border="0" align="center"> <tr> <td align="right" valign="middle"><span class="gensmall">{S_TIMEZONE}</span></td> |