mirror of
https://github.com/misterunknown/ifm.git
synced 2025-08-12 19:13:57 +02:00
misterunknown/ifm: Move 'copy link' feature down in the context menu
This commit is contained in:
@@ -1736,7 +1736,7 @@ function IFM( params ) {
|
|||||||
return data;
|
return data;
|
||||||
},
|
},
|
||||||
actionsGroups:[
|
actionsGroups:[
|
||||||
['edit', 'extract', 'rename'],
|
['edit', 'extract', 'rename', 'copylink'],
|
||||||
['copymove', 'download', 'createarchive', 'delete']
|
['copymove', 'download', 'createarchive', 'delete']
|
||||||
],
|
],
|
||||||
actions: {
|
actions: {
|
||||||
|
2
ifm.php
2
ifm.php
@@ -1736,7 +1736,7 @@ function IFM( params ) {
|
|||||||
return data;
|
return data;
|
||||||
},
|
},
|
||||||
actionsGroups:[
|
actionsGroups:[
|
||||||
['edit', 'extract', 'rename'],
|
['edit', 'extract', 'rename', 'copylink'],
|
||||||
['copymove', 'download', 'createarchive', 'delete']
|
['copymove', 'download', 'createarchive', 'delete']
|
||||||
],
|
],
|
||||||
actions: {
|
actions: {
|
||||||
|
@@ -292,7 +292,7 @@ function IFM( params ) {
|
|||||||
return data;
|
return data;
|
||||||
},
|
},
|
||||||
actionsGroups:[
|
actionsGroups:[
|
||||||
['edit', 'extract', 'rename'],
|
['edit', 'extract', 'rename', 'copylink'],
|
||||||
['copymove', 'download', 'createarchive', 'delete']
|
['copymove', 'download', 'createarchive', 'delete']
|
||||||
],
|
],
|
||||||
actions: {
|
actions: {
|
||||||
|
Reference in New Issue
Block a user