issue 70 admin menu move developement

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8864 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ovclas 2011-08-24 08:39:52 +00:00
parent 49cbb86e7d
commit ef450b09e5
4 changed files with 46 additions and 13 deletions

View file

@ -40,7 +40,7 @@ jQuery(function($){
});
$('a._child_delete').click(function() {
var menu_item_srl = $(this).parents('li').prevAll('._child_key').val();
var menu_item_srl = $(this).parents('li').find('._child_key').val();
listForm.find('input[name=menu_item_srl]').val(menu_item_srl);
listForm.submit();
});