|
From: Jon O. <jon...@us...> - 2007-11-19 16:40:07
|
Update of /cvsroot/mxbb/core/modules/mx_coreblocks/templates/_core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv1046/modules/mx_coreblocks/templates/_core Modified Files: mx_search_body.tpl Log Message: This and that, while updating my work site... Index: mx_search_body.tpl =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_coreblocks/templates/_core/mx_search_body.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mx_search_body.tpl 9 Sep 2007 16:49:36 -0000 1.1 --- mx_search_body.tpl 19 Nov 2007 16:39:56 -0000 1.2 *************** *** 1,3 **** --- 1,4 ---- <form action="{S_SEARCH_ACTION}" method="post"> + <!-- <table width="100%" cellpadding="2" cellspacing="0" border="0" align="center"> <tr> *************** *** 5,9 **** </tr> </table> ! <table class="forumline" width="100%" cellpadding="2" cellspacing="1" border="0" style="border-top:none;"> <tr> --- 6,10 ---- </tr> </table> ! --> <table class="forumline" width="100%" cellpadding="2" cellspacing="1" border="0" style="border-top:none;"> <tr> *************** *** 18,22 **** </tr> </table> ! <table width="100%" cellspacing="0" cellpadding="2" border="0" align="center"> <tr> --- 19,23 ---- </tr> </table> ! <!-- <table width="100%" cellspacing="0" cellpadding="2" border="0" align="center"> <tr> *************** *** 24,26 **** --- 25,28 ---- </tr> </table> + --> </form> \ No newline at end of file |