mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
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:
parent
9c5e25a7e0
commit
0de725dc46
4 changed files with 11 additions and 9 deletions
|
|
@ -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');
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue