|
From: Jon O. <jon...@us...> - 2008-06-16 14:41:56
|
Update of /cvsroot/mxbb/core/templates/_core In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv3294 Modified Files: overall_header.tpl overall_header_navigation.tpl overall_header_navigation_phpbb.tpl Log Message: cosmetics Index: overall_header_navigation.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/_core/overall_header_navigation.tpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** overall_header_navigation.tpl 21 Feb 2008 20:03:25 -0000 1.3 --- overall_header_navigation.tpl 16 Jun 2008 14:41:41 -0000 1.4 *************** *** 14,18 **** <!-- Then load MX-Publisher template *.css definition for mx, located in the the portal template folder --> <link rel="stylesheet" href="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}{T_MXBB_STYLESHEET}" type="text/css" > - <!-- Optionally, redefine some defintions for gecko browsers --> <!-- IF GECKO --> <!-- Optionally, redefine some defintions for gecko browsers --> --- 14,17 ---- Index: overall_header_navigation_phpbb.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/_core/overall_header_navigation_phpbb.tpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** overall_header_navigation_phpbb.tpl 21 Feb 2008 20:03:25 -0000 1.3 --- overall_header_navigation_phpbb.tpl 16 Jun 2008 14:41:41 -0000 1.4 *************** *** 14,18 **** <!-- Then load MX-Publisher template *.css definition for mx, located in the the portal template folder --> <link rel="stylesheet" href="{U_PORTAL_ROOT_PATH}{TEMPLATE_ROOT_PATH}{T_MXBB_STYLESHEET}" type="text/css" > - <!-- Optionally, redefine some defintions for gecko browsers --> <!-- IF GECKO --> <!-- Optionally, redefine some defintions for gecko browsers --> --- 14,17 ---- *************** *** 71,75 **** <a name="top"></a> ! <table width="850" cellspacing="0" cellpadding="1" border="0" align="center" class="mx_main_table"> <tr> <td class="bodyline" valign="top"> --- 70,74 ---- <a name="top"></a> ! <table width="780" cellspacing="0" cellpadding="1" border="0" align="center" class="mx_main_table"> <tr> <td class="bodyline" valign="top"> Index: overall_header.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/_core/overall_header.tpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** overall_header.tpl 10 Mar 2008 13:27:21 -0000 1.4 --- overall_header.tpl 16 Jun 2008 14:41:41 -0000 1.5 *************** *** 70,74 **** <a name="top"></a> ! <table width="100%" cellspacing="0" cellpadding="1" border="0" align="center" class="mx_main_table"> <tr> <td class="bodyline"> --- 70,74 ---- <a name="top"></a> ! <table width="780" cellspacing="0" cellpadding="1" border="0" align="center" class="mx_main_table"> <tr> <td class="bodyline"> *************** *** 81,84 **** --- 81,89 ---- </tr> <tr> + <td class="row2" align="center" valign="middle" colspan="3"> + {OVERALL_NAVIGATION} + </td> + </tr> + <tr> <td class="cat" align="center" valign="middle" colspan="3"> <table cellspacing="1" cellpadding="1" border="0"> |