|
From: Jon O. <jon...@us...> - 2008-07-09 20:47:58
|
Update of /cvsroot/mxbb/core/templates/_core/admin In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv16665/templates/_core/admin Modified Files: mx_modulecp_admin_body.tpl mx_pagecp_admin_body.tpl Log Message: Cleaning up common.php, and moving some backend init methods to the cache class (where all load methods are defined) Removed the template "border graphics" feature, since it has never been used. Js bug in 2 adminCP files. Index: mx_modulecp_admin_body.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/_core/admin/mx_modulecp_admin_body.tpl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** mx_modulecp_admin_body.tpl 9 Sep 2007 16:54:28 -0000 1.1 --- mx_modulecp_admin_body.tpl 9 Jul 2008 20:47:53 -0000 1.2 *************** *** 230,234 **** return false; } else { ! bbstyle(-1); //formObj.preview.disabled = true; //formObj.submit.disabled = true; --- 230,236 ---- return false; } else { ! if(bbstyle){ ! bbstyle(-1); ! } //formObj.preview.disabled = true; //formObj.submit.disabled = true; Index: mx_pagecp_admin_body.tpl =================================================================== RCS file: /cvsroot/mxbb/core/templates/_core/admin/mx_pagecp_admin_body.tpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** mx_pagecp_admin_body.tpl 1 Mar 2008 21:18:35 -0000 1.2 --- mx_pagecp_admin_body.tpl 9 Jul 2008 20:47:53 -0000 1.3 *************** *** 253,257 **** return false; } else { ! bbstyle(-1); //formObj.preview.disabled = true; //formObj.submit.disabled = true; --- 253,259 ---- return false; } else { ! if(bbstyle){ ! bbstyle(-1); ! } //formObj.preview.disabled = true; //formObj.submit.disabled = true; |