|
From: Jon O. <jon...@us...> - 2008-11-01 21:12:22
|
Update of /cvsroot/mxbb/core/templates/_core In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv32380 Modified Files: overall_header.tpl overall_header_navigation.tpl overall_header_navigation_phpbb.tpl Log Message: A bunch of minor template updates, solving minor bugs and other typhos... Index: overall_header_navigation.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/_core/overall_header_navigation.tpl,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** overall_header_navigation.tpl 7 Sep 2008 22:07:10 -0000 1.6 --- overall_header_navigation.tpl 1 Nov 2008 21:12:11 -0000 1.7 *************** *** 88,92 **** </td> </tr> ! <!-- BEGIN editcp --> <tr> --- 88,92 ---- </td> </tr> ! <!-- BEGIN editcp --> <tr> *************** *** 106,119 **** </td> </tr> ! <!-- END editcp --> ! ! <!-- BEGIN switch_view --> ! <tr> ! <td align="left" valign="bottom" colspan="3" ><span class="gensmall">{CURRENT_TIME}</span></td> ! </tr> ! <tr> ! <td align="left" valign="bottom" colspan="3" ><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></span></td> ! </tr> ! <!-- END switch_view --> </table> --- 106,110 ---- </td> </tr> ! <!-- END editcp --> </table> Index: overall_header_navigation_phpbb.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/_core/overall_header_navigation_phpbb.tpl,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** overall_header_navigation_phpbb.tpl 7 Sep 2008 22:07:11 -0000 1.8 --- overall_header_navigation_phpbb.tpl 1 Nov 2008 21:12:11 -0000 1.9 *************** *** 128,132 **** </td> </tr> ! <!-- BEGIN editcp --> <tr> --- 128,132 ---- </td> </tr> ! <!-- BEGIN editcp --> <tr> *************** *** 146,159 **** </td> </tr> ! <!-- END editcp --> ! ! <!-- BEGIN switch_view --> ! <tr> ! <td align="left" valign="bottom" colspan="3" ><span class="gensmall">{CURRENT_TIME}</span></td> ! </tr> ! <tr> ! <td align="left" valign="bottom" colspan="3" ><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></span></td> ! </tr> ! <!-- END switch_view --> </table> --- 146,150 ---- </td> </tr> ! <!-- END editcp --> </table> Index: overall_header.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/_core/overall_header.tpl,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** overall_header.tpl 7 Sep 2008 22:07:09 -0000 1.8 --- overall_header.tpl 1 Nov 2008 21:12:11 -0000 1.9 *************** *** 122,135 **** </table> </td> - </tr> - - <!-- BEGIN switch_view --> - <tr> - <td align="left" valign="bottom" colspan="3" ><span class="gensmall">{CURRENT_TIME}</span></td> </tr> - <tr> - <td align="left" valign="bottom" colspan="3" ><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></span></td> - </tr> - <!-- END switch_view --> </table> --- 122,126 ---- |