|
From: Jon O. <jon...@us...> - 2005-12-14 14:49:34
|
Update of /cvsroot/mxbb/core/modules/mx_coreblocks In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24645/modules/mx_coreblocks Modified Files: mx_blockcp.php Log Message: - fixing the html textblock - fixing blockCP textblock preview Index: mx_blockcp.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_coreblocks/mx_blockcp.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** mx_blockcp.php 9 Dec 2005 23:22:04 -0000 1.8 --- mx_blockcp.php 14 Dec 2005 14:49:20 -0000 1.9 *************** *** 78,86 **** // - // Define blockcp mode: 'mx_blockcp' or 'admin_mx_block_cp' - // - $mx_blockcp->blockcp_mode = 'mx_blockcp'; - - // // Mode setting // --- 78,81 ---- *************** *** 128,131 **** --- 123,131 ---- // + // Define blockcp mode: 'mx_blockcp' or 'admin_mx_block_cp' + // + $mx_blockcp->blockcp_mode = 'mx_blockcp'; + + // // Auth // *************** *** 138,142 **** // SUBMIT? // ! if( !empty($mode) && !empty($action) ) { // --- 138,142 ---- // SUBMIT? // ! if( !empty($mode) && !empty($action) && !$preview) { // *************** *** 231,238 **** // - // Main ------------------------------------- - // - - // // Start output // --- 231,234 ---- |