This repository was archived by the owner on Sep 10, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -222,10 +222,10 @@ function createAction(node)
222
222
{
223
223
html += '<li><img alt="" src="' + json . global . coreWebroot + '/public/images/FileTree/directory.png"/> <a onclick="createNewFolder(' + element + ');">' + json . browse . createFolder + '</a></li>' ;
224
224
html += '<li><img alt="" src="' + json . global . coreWebroot + '/public/images/icons/upload.png"/> <a rel="' + json . global . webroot + '/upload/simpleupload/?parent=' + element + '" class="uploadInFolder">' + json . browse . uploadIn + '</a></li>' ;
225
- html += '<li><img alt="" src="' + json . global . coreWebroot + '/public/images/icons/edit .png"/> <a onclick="editFolder( ' + element + ');" >' + json . browse . edit + '</a></li>' ;
225
+ html += '<li><img alt="" src="' + json . global . coreWebroot + '/public/images/icons/share .png"/> <a type="folder" element=" ' + element + '" class="sharingLink" >' + json . browse . share + '</a></li>' ;
226
226
if ( node . attr ( 'deletable' ) != undefined && node . attr ( 'deletable' ) == 'true' )
227
- {
228
- html += '<li><img alt="" src="' + json . global . coreWebroot + '/public/images/icons/share .png"/> <a type="folder" element=" ' + element + '" class="sharingLink" >' + json . browse . share + '</a></li>' ;
227
+ {
228
+ html += '<li><img alt="" src="' + json . global . coreWebroot + '/public/images/icons/edit .png"/> <a onclick="editFolder( ' + element + ');" >' + json . browse . edit + '</a></li>' ;
229
229
html += '<li><img alt="" src="' + json . global . coreWebroot + '/public/images/icons/close.png"/> <a onclick="deleteFolder(' + element + ');">' + json . browse [ 'delete' ] + '</a></li>' ;
230
230
}
231
231
}
You can’t perform that action at this time.
0 commit comments