|
From: Culprit <cul...@us...> - 2008-02-13 11:38:25
|
Update of /cvsroot/mxbb/core/modules/mx_navmenu/templates/prosilver/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv5719/core/modules/mx_navmenu/templates/prosilver/admin Modified Files: mx_module_parameters.html Log Message: blockCP template update Index: mx_module_parameters.html =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_navmenu/templates/prosilver/admin/mx_module_parameters.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** mx_module_parameters.html 12 Feb 2008 15:10:52 -0000 1.2 --- mx_module_parameters.html 13 Feb 2008 11:37:33 -0000 1.3 *************** *** 278,288 **** </form> </div> ! ! <div style="clear:both;"> ! <h2>{L_MENU_TITLE}</h2> ! <div class="successbox"> ! {RESULT_MESSAGE} ! </div> ! <!-- BEGIN catrow --> --- 278,295 ---- </form> </div> ! <div style="clear:both;padding:10px;"> ! <h2 style="margin-top:0px">{L_MENU_TITLE}</h2> ! <div id="menu_successbox" class="successbox">{RESULT_MESSAGE}</div> ! <script tyle="text/javascript"> ! sucbox = getObj( 'menu_successbox'); ! if ( sucbox.innerHTML.replace( '#^\s*|\s*$#', '') == '') ! { ! sucbox.style.display='none'; ! } ! else ! { ! setTimeout( 'sucbox.style.display="none";', 3000); ! } ! </script> <!-- BEGIN catrow --> *************** *** 497,500 **** --- 504,508 ---- <!-- END is_cat --> <!-- END catrow --> + <div style="clear:both;"></div> </div> <script type="text/javascript"> *************** *** 524,526 **** // --> </script> ! <div style="clear:both;"></div> --- 532,535 ---- // --> </script> ! ! |