modules/menu/ 'add menu, edit menu' multilingual added.

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9864 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2011-11-23 08:50:21 +00:00
parent 4aa2c8f0fe
commit f3a67ff6f5
3 changed files with 8 additions and 2 deletions

View file

@ -128,7 +128,8 @@ $('form.siteMap')
var $this = $(this);
resetEditForm();
editForm.find('.h2').html('Add Menu');
editForm.find('input[name=menu_srl]').val($this.closest('form').find('input[name=menu_srl]:first').val());
editForm.find('input[name=parent_srl]').val($this.parent().prevAll('input._item_key').val());
});