Board module > category management UI cleaning.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12228 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2012-11-15 06:01:46 +00:00
parent 9c5e25a7e0
commit 0de725dc46
4 changed files with 11 additions and 9 deletions

View file

@ -159,10 +159,10 @@ function addNode(node,e){
$w.find('input[name="parent_srl"]').val(node);
if(node){
$('#__parent_category_info').show();
$('#__parent_category_info').show().next('.x_control-group').css('borderTop','1px dotted #ddd');
$('#__parent_category_title').text($('#tree_' + node + ' > span').text());
}else{
$('#__parent_category_info').hide();
$('#__parent_category_info').hide().next('.x_control-group').css('borderTop','0');
}
}
@ -198,7 +198,7 @@ function modifyNode(node,e){
}
});
$('#__parent_category_info').hide();
$('#__parent_category_info').hide().next('.x_control-group').css('borderTop','0');
}