|
From: Florin C B. <ory...@us...> - 2013-07-02 23:13:00
|
Update of /cvsroot/mxbb/mx_shotcast/templates/_core In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv10309/_core Modified Files: shotcast_front.tpl Log Message: Index: shotcast_front.tpl =================================================================== RCS file: /cvsroot/mxbb/mx_shotcast/templates/_core/shotcast_front.tpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** shotcast_front.tpl 29 May 2013 05:00:56 -0000 1.4 --- shotcast_front.tpl 2 Jul 2013 23:12:58 -0000 1.5 *************** *** 1,2 **** --- 1,4 ---- + <div class="clear"></div> + <div width="{BLOCK_SIZE}" class="forabg block" style="vertical-align:top;"> <table width="{BLOCK_SIZE}" cellpadding="0" cellspacing="0" border="0" class="forumline"> <tr> *************** *** 6,13 **** <td> ! <table width="100%" cellpadding="0" cellspacing="1" border="0" class="forumline" style="border:none; padding:4px;"> <tr> <!-- BEGIN switch_listeners_list_on --> ! <td class="row1" align="center" valign="middle" rowspan="3"> <!-- END switch_listeners_list_on --> <!-- BEGIN switch_listeners_list_off --> --- 8,15 ---- <td> ! <table cellpadding="0" cellspacing="1" border="0" class="forumline" style="border:none; padding:4px;"> <tr> <!-- BEGIN switch_listeners_list_on --> ! <td class="row1" align="center" valign="middle" rowspan="3"></td> <!-- END switch_listeners_list_on --> <!-- BEGIN switch_listeners_list_off --> *************** *** 45,52 **** <!-- END switch_listeners_list_on --> </table> ! </td> </tr> </table> ! <br clear="all" /> --- 47,55 ---- <!-- END switch_listeners_list_on --> </table> ! </td> </tr> </table> ! </div> <br clear="all" /> + <div class="clear"></div> \ No newline at end of file |