|
From: Jon O. <jon...@us...> - 2007-11-19 16:40:10
|
Update of /cvsroot/mxbb/core/modules/mx_navmenu/templates/_core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv1046/modules/mx_navmenu/templates/_core Modified Files: mx_menu_nav.tpl Log Message: This and that, while updating my work site... Index: mx_menu_nav.tpl =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_navmenu/templates/_core/mx_menu_nav.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mx_menu_nav.tpl 9 Sep 2007 16:52:52 -0000 1.1 --- mx_menu_nav.tpl 19 Nov 2007 16:39:56 -0000 1.2 *************** *** 1,12 **** <table width="100%" cellpadding="0" cellspacing="1" border="0" class="forumline" style="border-top:none;"> ! <!-- BEGIN catrow --> <tr> ! <td> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td class="row2" align="left"> ! <table width="100%" cellpadding="2" cellspacing="0" border="0" > <tr> --- 1,12 ---- <table width="100%" cellpadding="0" cellspacing="1" border="0" class="forumline" style="border-top:none;"> ! <!-- BEGIN catrow --> <tr> ! <td> <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> <td class="row2" align="left"> ! <table width="100%" cellpadding="2" cellspacing="0" border="0" > <tr> *************** *** 24,31 **** </tr> </table> ! </td> </tr> ! <!-- BEGIN switch_cat_desc --> <tr> --- 24,31 ---- </tr> </table> ! </td> </tr> ! <!-- BEGIN switch_cat_desc --> <tr> *************** *** 33,37 **** </tr> <!-- END switch_cat_desc --> ! </table> </td> --- 33,37 ---- </tr> <!-- END switch_cat_desc --> ! </table> </td> *************** *** 41,53 **** <tbody id="mxNavCat_{catrow.BLOCK_ID}{catrow.CAT_ID}" style="display: ;"> <!-- END switch_cat_on --> ! <!-- BEGIN switch_cat_off --> <tbody id="mxNavCat_{catrow.BLOCK_ID}{catrow.CAT_ID}" style="display: none;"> <!-- END switch_cat_off --> ! <tr> <td class="row1"> <table width="100%" cellpadding="2" cellspacing="0" border="0"> ! <!-- BEGIN modulerow --> <tr> --- 41,53 ---- <tbody id="mxNavCat_{catrow.BLOCK_ID}{catrow.CAT_ID}" style="display: ;"> <!-- END switch_cat_on --> ! <!-- BEGIN switch_cat_off --> <tbody id="mxNavCat_{catrow.BLOCK_ID}{catrow.CAT_ID}" style="display: none;"> <!-- END switch_cat_off --> ! <tr> <td class="row1"> <table width="100%" cellpadding="2" cellspacing="0" border="0"> ! <!-- BEGIN modulerow --> <tr> *************** *** 55,62 **** </tr> <!-- END modulerow --> ! </table> </td> ! </tr> </tbody> --- 55,62 ---- </tr> <!-- END modulerow --> ! </table> </td> ! </tr> </tbody> |