|
From: Jon O. <jon...@us...> - 2006-06-26 21:32:28
|
Update of /cvsroot/mxbb/core/install/templates In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv12094/install/templates Modified Files: mx_install_header.tpl Log Message: A few fixes related to new mx_text class, and other minor fixes Index: mx_install_header.tpl =================================================================== RCS file: /cvsroot/mxbb/core/install/templates/mx_install_header.tpl,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** mx_install_header.tpl 29 May 2006 15:37:04 -0000 1.6 --- mx_install_header.tpl 26 Jun 2006 21:32:23 -0000 1.7 *************** *** 249,253 **** <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> ! <td><a href="http://www.mx-system.com" target="_blank"><img src="../templates/subSilver/images/banner_mx-system.gif" border="0" alt="mxBB-Portal" vspace="1" /></a></td> <td align="center" width="100%" valign="middle"><span class="maintitle">{L_INSTALLATION}</span></td> <td align="center" valign="top" nowrap><span class="gensmall">{L_PORTAL_NAME}<br />v. {L_PORTAL_VERSION}</span></td> --- 249,253 ---- <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> ! <td><a href="http://www.mx-system.com" target="_blank"><img src="../templates/subSilver/images/logo.gif" border="0" alt="mxBB-Portal" vspace="1" /></a></td> <td align="center" width="100%" valign="middle"><span class="maintitle">{L_INSTALLATION}</span></td> <td align="center" valign="top" nowrap><span class="gensmall">{L_PORTAL_NAME}<br />v. {L_PORTAL_VERSION}</span></td> |