This repository was archived by the owner on Sep 10, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -220,7 +220,6 @@ function createAction(node)
220
220
221
221
if ( policy >= 1 )
222
222
{
223
- html += '<hr/>' ;
224
223
html += '<li><img alt="" src="' + json . global . coreWebroot + '/public/images/FileTree/directory.png"/> <a onclick="createNewFolder(' + element + ');">' + json . browse . createFolder + '</a></li>' ;
225
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>' ;
226
225
html += '<li><img alt="" src="' + json . global . coreWebroot + '/public/images/icons/edit.png"/> <a onclick="editFolder(' + element + ');">' + json . browse . edit + '</a></li>' ;
@@ -237,7 +236,6 @@ function createAction(node)
237
236
html += '<li><img alt="" src="' + json . global . coreWebroot + '/public/images/icons/download.png"/> <a href="' + json . global . webroot + '/download?items=' + element + '">' + json . browse . downloadLastest + '</a></li>' ;
238
237
if ( policy >= 1 )
239
238
{
240
- html += '<hr/>' ;
241
239
html += '<li><img alt="" src="' + json . global . coreWebroot + '/public/images/icons/share.png"/> <a type="item" element="' + element + '" class="sharingLink">' + json . browse . share + '</a></li>' ;
242
240
html += '<li class="removeItemLi"><img alt="" src="' + json . global . coreWebroot + '/public/images/icons/close.png"/> <a onclick="removeItem(' + element + ');">' + json . browse [ 'removeItem' ] + '</a></li>' ;
243
241
}
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ $(document).ready(function() {
7
7
$ ( 'img.tabsLoading' ) . hide ( )
8
8
9
9
$ ( 'div.sideElementFirst' ) . show ( ) ;
10
+ $ ( 'div.viewAction' ) . hide ( ) ;
10
11
11
12
12
13
$ ( 'table' )
You can’t perform that action at this time.
0 commit comments