|
From: FlorinCB <ory...@us...> - 2008-08-27 22:01:15
|
Update of /cvsroot/mxbb/core/templates/subsilver2 In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv1606 Modified Files: mx_main_layout.html Log Message: subsilver2 upg Index: mx_main_layout.html =================================================================== RCS file: /cvsroot/mxbb/core/templates/subsilver2/mx_main_layout.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** mx_main_layout.html 27 Aug 2008 21:56:21 -0000 1.3 --- mx_main_layout.html 27 Aug 2008 22:01:07 -0000 1.4 *************** *** 22,69 **** <!-- BEGIN block_header --> ! <table width="100%" cellpadding="0" cellspacing="0" border="0" class="forumline" style="border-bottom:none; padding: 0px 0px 0px 0px;"> <tr> <td> ! <table width="100%" cellpadding="0" cellspacing="0" border="0" style="border-top:none; padding: 0px 0px 0px 0px;"> <tr> ! <!-- END block_header --> <!-- BEGIN show_title --> ! <th class="thLeft" align="left" width="100%">{layout_column.blocks.show_title.L_TITLE}</th> <!-- END show_title --> <!-- BEGIN edit --> ! <th class="thTop" align="right" width="1"> ! <div class="editCP_switch" style="display: {layout_column.blocks.edit.EDITCP_SHOW};"> ! <form action="{layout_column.blocks.edit.EDIT_ACTION}" method="post" class="mx_editform"> ! <table width="100%" cellpadding="0" cellspacing="0" border="0"> ! <tr> ! <!-- BEGIN hidden_block --> ! <td align="right"> ! <span class="gensmall"><i>{layout_column.blocks.edit.hidden_block.HIDDEN_BLOCK}</i></span> ! </td> ! <!-- END hidden_block --> ! <td align="right"> ! {layout_column.blocks.edit.EDIT_IMG} ! {layout_column.blocks.edit.S_HIDDEN_FORM_FIELDS} ! </td> ! </tr> ! </table> ! </form> ! </div> ! </th> ! <!-- END edit --> ! <!-- BEGIN show_title --> ! <th class="header"> ! <dl class="icon"><span class="header"></span></dl> ! </th> ! <!-- END show_title --> ! <!-- BEGIN block_header --> </tr> </table> --- 22,71 ---- <!-- BEGIN block_header --> ! <table width="100%" cellpadding="0" cellspacing="0" border="0" class="forumline" style="border-bottom:none; padding:1px 1px 0px 1px;"> <tr> <td> ! <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr> ! <!-- END block_header --> <!-- BEGIN show_title --> ! <th class="thCornerL" align="left" width="100%"> ! {layout_column.blocks.show_title.L_TITLE} ! </th> <!-- END show_title --> <!-- BEGIN edit --> ! <th class="thTop" align="right" width="1"> ! <div class="editCP_switch" style="display: {layout_column.blocks.edit.EDITCP_SHOW};"> ! <form action="{layout_column.blocks.edit.EDIT_ACTION}" method="post" class="mx_editform"> ! <table width="100%" cellpadding="0" cellspacing="0" border="0"> ! <tr> ! <!-- BEGIN hidden_block --> ! <td align="right"> ! <span class="gensmall"><i>{layout_column.blocks.edit.hidden_block.HIDDEN_BLOCK}</i></span> ! </td> ! <!-- END hidden_block --> ! <td align="right"> ! {layout_column.blocks.edit.EDIT_IMG} ! {layout_column.blocks.edit.S_HIDDEN_FORM_FIELDS} ! </td> ! </tr> ! </table> ! </form> ! </div> ! </th> ! <!-- END edit --> ! <!-- BEGIN show_title --> ! <th class="thCornerR" align="right" width="1"> ! </th> ! <!-- END show_title --> ! ! <!-- BEGIN block_header --> </tr> </table> *************** *** 81,85 **** </tr> </table> ! </div > </td> --- 83,87 ---- </tr> </table> ! </div> </td> |