|
From: Jon O. <jon...@us...> - 2007-08-27 16:44:23
|
Update of /cvsroot/mxbb/core/templates/subSilver/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv4601 Modified Files: Tag: core28x mx_blockcp_admin_body.tpl Log Message: Solved issues reported in the BT is commited. And: - template get_file update, backported from 2.9.x - removed blockCP block select, if not admin Index: mx_blockcp_admin_body.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/subSilver/admin/mx_blockcp_admin_body.tpl,v retrieving revision 1.9 retrieving revision 1.9.2.1 diff -C2 -d -r1.9 -r1.9.2.1 *** mx_blockcp_admin_body.tpl 5 Sep 2006 19:22:04 -0000 1.9 --- mx_blockcp_admin_body.tpl 26 Aug 2007 19:07:09 -0000 1.9.2.1 *************** *** 1,5 **** ! <!-- dynamic_select --> <script type="text/javascript" src="{MX_DYN_PATH}modules/mx_shared/lib/DynamicOptionList_comp.js"></script> <script id="DYNAMIC_LIST"> window.onload = initDynamicOptionLists; var makeModule = new DynamicOptionList("module_id","function_id","block_id"); --- 1,6 ---- ! <!-- BEGIN dynamic_select --> <script type="text/javascript" src="{MX_DYN_PATH}modules/mx_shared/lib/DynamicOptionList_comp.js"></script> <script id="DYNAMIC_LIST"> + <!-- window.onload = initDynamicOptionLists; var makeModule = new DynamicOptionList("module_id","function_id","block_id"); *************** *** 7,11 **** --- 8,17 ---- {DYNAMIC_BLOCK_SETUP} {DYNAMIC_DEFAULT_SETUP} + // --> + </script> + <!-- END dynamic_select --> + <script language="javascript" type="text/javascript"> + <!-- function blockcp_getCookie(name) { *************** *** 204,209 **** } </script> - <!-- dynamic_select --> <!-- BEGIN mx_blockcp --> --- 210,215 ---- } + // --> </script> <!-- BEGIN mx_blockcp --> *************** *** 217,221 **** <p>{L_EXPLAIN}</p> ! <!-- dynamic_select --> <form name="DYNAMIC_LIST" method="post" action="{S_ACTION}"> <table width="100%" cellpadding="2" cellspacing="0" border="0"> --- 223,227 ---- <p>{L_EXPLAIN}</p> ! <!-- BEGIN dynamic_select --> <form name="DYNAMIC_LIST" method="post" action="{S_ACTION}"> <table width="100%" cellpadding="2" cellspacing="0" border="0"> *************** *** 255,259 **** </table> </form> ! <!-- dynamic_select --> {POST_PREVIEW_BOX} --- 261,265 ---- </table> </form> ! <!-- END dynamic_select --> {POST_PREVIEW_BOX} |