|
From: Jon O. <jon...@us...> - 2007-04-28 19:44:10
|
Update of /cvsroot/mxbb/core/templates/subSilver In directory sc8-pr-cvs16:/tmp/cvs-serv18631 Modified Files: overall_footer.tpl overall_header.tpl subSilver.cfg subSilver.css Log Message: cleaning up the schemas fixing a few minor bugs fix for subSilver Index: subSilver.cfg =================================================================== RCS file: /cvsroot/mxbb/core/templates/subSilver/subSilver.cfg,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** subSilver.cfg 30 Jan 2007 16:26:08 -0000 1.6 --- subSilver.cfg 28 Apr 2007 19:44:00 -0000 1.7 *************** *** 9,28 **** */ ! // ! // ** Configuration file for subSilver template ** ! // ! // ** copyright (C) 2001 The phpBB Group ** ! // ** Created by subBlue design ** ! // ** www.subBlue.com ** ! // ! // ** subSilver dev. forum: www.subSky.com/phpBB2/ ** ! // ! // Please note that to enable support of different languages ! // the {LANG} place holder is available. This will be replaced ! // with xxx where xxx is the users selected language. If ! // that language isn't available it will default to english. ! // Therefore you MUST ensure you have at least a english ! // directory if you choose to localise your template ! // // --- 9,28 ---- */ ! /** Original theme by: ! * ! * copyright (C) 2001 The phpBB Group ! * Created by subBlue design ! * www.subBlue.com ! * subSilver dev. forum: www.subSky.com/phpBB2/ ! * ! */ ! ! /** Adapted for mxBB by: ! * ! * The mxBB Development Team ! * Version: 1.0 ! * Requirements: mxBB Core 2.8.x ! * ! */ // Index: overall_footer.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/subSilver/overall_footer.tpl,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** overall_footer.tpl 3 May 2006 21:12:39 -0000 1.18 --- overall_footer.tpl 28 Apr 2007 19:44:00 -0000 1.19 *************** *** 1,3 **** - <div align="center"> <span class="copyright"> --- 1,2 ---- *************** *** 17,21 **** The phpBB Group : 2002 & mxBB Team : 2002 // --> ! {POWERED_BY} <a href="http://www.mx-system.com/" target="_mx-system" class="copyright">mxBB Portal</a> {MX_VERSION} © 2001-2006 & <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> {PHPBB_VERSION} © 2001, 2003 phpBB Group | {MXBB_EXTRA} </div> </td> --- 16,20 ---- The phpBB Group : 2002 & mxBB Team : 2002 // --> ! {POWERED_BY} <a href="http://www.mx-system.com/" target="_mx-system" class="copyright">mxBB Portal</a> {MX_VERSION} © 2001-2007 & <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> {PHPBB_VERSION} © 2001, 2003 phpBB Group | {MXBB_EXTRA} </div> </td> Index: overall_header.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/subSilver/overall_header.tpl,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** overall_header.tpl 25 Jan 2007 21:08:49 -0000 1.26 --- overall_header.tpl 28 Apr 2007 19:44:00 -0000 1.27 *************** *** 30,33 **** --- 30,34 ---- <script language="javascript" type="text/javascript"><!-- + function checkSearch() { Index: subSilver.css =================================================================== RCS file: /cvsroot/mxbb/core/templates/subSilver/subSilver.css,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** subSilver.css 3 Dec 2006 14:28:08 -0000 1.3 --- subSilver.css 28 Apr 2007 19:44:00 -0000 1.4 *************** *** 2,6 **** | Addon or redefined CSS definitions for mxBB-Portal \************************************************************/ - p, td { font-size: 11px; color: #000000; } --- 2,5 ---- |