some whitespace cleanup to e03e95b
This commit is contained in:
parent
e03e95b33a
commit
3b90cddfff
@ -39,11 +39,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#outer {
|
#outer {
|
||||||
width: {$imgedit.img_width}px;
|
width: {$imgedit.img_width}px;
|
||||||
height: {$imgedit.img_height}px;
|
height: {$imgedit.img_height}px;
|
||||||
border: 1px solid red;
|
border: 1px solid red;
|
||||||
position: relative;
|
position: relative;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<script src="{serendipity_getFile file='dragdrop.js'}" ></script>
|
<script src="{serendipity_getFile file='dragdrop.js'}" ></script>
|
||||||
@ -304,13 +304,13 @@ if (parent.frames && parent.frames['tree']) {
|
|||||||
coreNode.target = 'media';
|
coreNode.target = 'media';
|
||||||
coreNode.expanded = true;
|
coreNode.expanded = true;
|
||||||
{foreach from=$media.paths item="item" key="id"}
|
{foreach from=$media.paths item="item" key="id"}
|
||||||
mydir = { id: "{$id}", label: "{$item.name}", target : "media", href: baseurl + "{$item.relpath}", relpath: "{$item.relpath}" };
|
mydir = { id: "{$id}", label: "{$item.name}", target : "media", href: baseurl + "{$item.relpath}", relpath: "{$item.relpath}" };
|
||||||
{if $item.depth == 1}
|
{if $item.depth == 1}
|
||||||
tmpNode = new YAHOO.widget.TextNode(mydir, coreNode, false);
|
tmpNode = new YAHOO.widget.TextNode(mydir, coreNode, false);
|
||||||
{else}
|
{else}
|
||||||
if (last_node[{$item.depth}-1]) {
|
if (last_node[{$item.depth}-1]) {
|
||||||
tmpNode = new YAHOO.widget.TextNode(mydir, last_node[{$item.depth} - 1], false);
|
tmpNode = new YAHOO.widget.TextNode(mydir, last_node[{$item.depth} - 1], false);
|
||||||
} else {
|
} else {
|
||||||
tmpNode = new YAHOO.widget.TextNode(mydir, coreNode, false);
|
tmpNode = new YAHOO.widget.TextNode(mydir, coreNode, false);
|
||||||
}
|
}
|
||||||
{/if}
|
{/if}
|
||||||
|
@ -37,11 +37,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#outer {
|
#outer {
|
||||||
width: {$imgedit.img_width}px;
|
width: {$imgedit.img_width}px;
|
||||||
height: {$imgedit.img_height}px;
|
height: {$imgedit.img_height}px;
|
||||||
border: 1px solid red;
|
border: 1px solid red;
|
||||||
position: relative;
|
position: relative;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<script type="text/javascript" src="{serendipity_getFile file='dragdrop.js'}" ></script>
|
<script type="text/javascript" src="{serendipity_getFile file='dragdrop.js'}" ></script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user