|
From: Jon O. <jon...@us...> - 2008-06-03 20:10:35
|
Update of /cvsroot/mxbb/mx_music/templates/subSilver/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv1491 Modified Files: music_cat_body.tpl music_config_body.tpl Log Message: Final updates mxBB -> MXP and alike... Index: music_cat_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_music/templates/subSilver/admin/music_cat_body.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** music_cat_body.tpl 30 Aug 2007 03:53:33 -0000 1.2 --- music_cat_body.tpl 3 Jun 2008 20:10:27 -0000 1.3 *************** *** 10,15 **** <!-- BEGIN catrow --> <tr> ! <td colspan="{catrow.COLSPAN}" class="{catrow.COLOR}" width="60%" height="25"><span class="gen">{catrow.TITLE}<br /></span><span class="gensmall">{catrow.DESC}</span></td> ! {catrow.ADD_SC} <td class="{catrow.COLOR}" align="center"><span class="genmed"><a href="{catrow.S_MOVE_UP}">{L_MOVE_UP}</a><br /><a href="{catrow.S_MOVE_DOWN}">{L_MOVE_DOWN}</a></span></td> --- 10,15 ---- <!-- BEGIN catrow --> <tr> ! <td colspan="{catrow.COLSPAN}" class="{catrow.COLOR}" width="60%" height="25"><span class="gen">{catrow.TITLE}<br /></span><span class="gensmall">{catrow.DESC}</span></td> ! {catrow.ADD_SC} <td class="{catrow.COLOR}" align="center"><span class="genmed"><a href="{catrow.S_MOVE_UP}">{L_MOVE_UP}</a><br /><a href="{catrow.S_MOVE_DOWN}">{L_MOVE_DOWN}</a></span></td> *************** *** 32,34 **** Do not remove my copyright notice and keep visible with its original content! --> ! <div align="center" style="font-family: Verdana; font-size: 10px; letter-spacing: -1px">Powered by Music Online {MUSIC_VERSION} © 2003 <a href="http://cfmanager.net.tf" target="_blank">Cf Manager</a> is modified by <a href="http://www.mx-system.com/">MX-Team</a><br /></div> \ No newline at end of file --- 32,34 ---- Do not remove my copyright notice and keep visible with its original content! --> ! <div align="center" style="font-family: Verdana; font-size: 10px; letter-spacing: -1px">Powered by Music Online {MUSIC_VERSION} © 2003 <a href="http://cfmanager.net.tf" target="_blank">Cf Manager</a> is modified by <a href="http://www.mx-publisher.com/">MX-Team</a><br /></div> \ No newline at end of file Index: music_config_body.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_music/templates/subSilver/admin/music_config_body.tpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** music_config_body.tpl 10 Sep 2007 22:28:43 -0000 1.4 --- music_config_body.tpl 3 Jun 2008 20:10:28 -0000 1.5 *************** *** 201,203 **** Do not remove my copyright notice and keep visible with its original content! --> ! <div align="center" style="font-family: Verdana; font-size: 10px; letter-spacing: -1px">Powered by Music Online {MUSIC_VERSION} © 2003 <a href="http://cfmanager.net.tf" target="_blank">Cf Manager</a> is modified by <a href="http://www.mx-system.com/">MX-Team</a><br /></div> \ No newline at end of file --- 201,203 ---- Do not remove my copyright notice and keep visible with its original content! --> ! <div align="center" style="font-family: Verdana; font-size: 10px; letter-spacing: -1px">Powered by Music Online {MUSIC_VERSION} © 2003 <a href="http://cfmanager.net.tf" target="_blank">Cf Manager</a> is modified by <a href="http://www.mx-publisher.com/">MX-Team</a><br /></div> \ No newline at end of file |