|
From: Jon O. <jon...@us...> - 2008-11-01 21:12:36
|
Update of /cvsroot/mxbb/core/templates/subSilver In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv32405/subSilver 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/subSilver/overall_header_navigation.tpl,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** overall_header_navigation.tpl 7 Sep 2008 22:30:30 -0000 1.13 --- overall_header_navigation.tpl 1 Nov 2008 21:12:26 -0000 1.14 *************** *** 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/subSilver/overall_header_navigation_phpbb.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** overall_header_navigation_phpbb.tpl 7 Sep 2008 22:30:31 -0000 1.2 --- overall_header_navigation_phpbb.tpl 1 Nov 2008 21:12:26 -0000 1.3 *************** *** 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/subSilver/overall_header.tpl,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** overall_header.tpl 7 Sep 2008 22:30:30 -0000 1.32 --- overall_header.tpl 1 Nov 2008 21:12:26 -0000 1.33 *************** *** 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 ---- |