Commit c7ae813b authored by Przemyslaw Kaminski's avatar Przemyslaw Kaminski

tree: file upload with filetype dialog implemented

Also, uses ?fileType=xxx querystring to send the filetype of file.
parent 9db9c662
......@@ -101,6 +101,17 @@ li#rename #rename-a{
#create-node-tooltip .panel-body input {
min-width: 200px;
}
#file-type-tooltip {
position : absolute;
left : 96px;
top:-64px;
background-color: white;
z-index: 1000;
}
#file-type-tooltip .panel-body select {
min-width: 200px;
}
li a#rename {
display:none;
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment