git-svn-id: http://xe-core.googlecode.com/svn/trunk@316 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-07 13:04:39 +00:00
parent 6c4afb721d
commit 73539eeb2b
5 changed files with 76 additions and 56 deletions

View file

@ -10,9 +10,9 @@
// 아이콘을 미리 생성해 놓음
var tree_folder_icon = new Image();
tree_folder_icon.src = "./common/tpl/images/folder.gif";
tree_folder_icon.src = "./common/tpl/images/page.gif";
var tree_open_folder_icon = new Image();
tree_open_folder_icon.src = "./common/tpl/images/imgfolder.gif";
tree_open_folder_icon.src = "./common/tpl/images/page.gif";
var tree_minus_icon = new Image();
tree_minus_icon.src = "./common/tpl/images/minus.gif";
@ -119,10 +119,10 @@ function drawNode(parent_node, menu_id) {
if(hasChild) {
if(!hasNextSibling) {
line_icon = "minus";
folder_icon = "folder";
folder_icon = "page";
} else {
line_icon = "minusbottom";
folder_icon = "folder";
folder_icon = "page";
}
} else {
if(hasNextSibling) {