Index: trunk/kernel/admin/include/toolbar/catselect.php =================================================================== diff -u -r407 -r1566 --- trunk/kernel/admin/include/toolbar/catselect.php (.../catselect.php) (revision 407) +++ trunk/kernel/admin/include/toolbar/catselect.php (.../catselect.php) (revision 1566) @@ -277,7 +277,7 @@ catch(err) { } - bf.$destfield.value = CheckList('categories'); + bf.elements['$destfield'].value = CheckList('categories'); bf.submit(); window.close(); } @@ -366,7 +366,7 @@ function check_submit(page,actionValue) { - if (actionValue.match(/delete$/)) { + if (actionValue.match(/delete$/)) { if (!theMainScript.Confirm(lang_DeleteConfirm)) return; }