|
42 | 42 | var conn = new Connexion();
|
43 | 43 | conn.setParameters($H({
|
44 | 44 | get_action:'encfs.cypher_folder',
|
45 |
| - dir:ajaxplorer.getUserSelection().getUniqueNode().getPath(), |
| 45 | + file:ajaxplorer.getUserSelection().getUniqueNode().getPath(), |
46 | 46 | pass: passValue
|
47 | 47 | }));
|
48 | 48 | conn.onComplete = function(transport){
|
|
68 | 68 | </processing>
|
69 | 69 | </action>
|
70 | 70 | <action name="encfs.cypher_folder">
|
71 |
| - <gui src="cypher.encfs/ICON_SIZE/encrypted.png" text="encfs.1" title="encfs.2" hasAccessKey="false"> |
| 71 | + <gui src="cypher.encfs/ICON_SIZE/encrypted.png" iconClass="icon-credit-card" text="encfs.1" title="encfs.2" hasAccessKey="false"> |
72 | 72 | <context dir="false" recycle="false" selection="true" actionBar="false" contextMenu="true"/>
|
73 | 73 | <selectionContext dir="true" file="false" recycle="false" unique="true" evalMetadata="metadata.get('ENCFS_clear_folder_mounted')"/>
|
74 | 74 | </gui>
|
|
77 | 77 | var conn = new Connexion();
|
78 | 78 | conn.setParameters($H({
|
79 | 79 | get_action:'encfs.cypher_folder',
|
80 |
| - dir:ajaxplorer.getUserSelection().getUniqueNode().getPath() |
| 80 | + file:ajaxplorer.getUserSelection().getUniqueNode().getPath() |
81 | 81 | }));
|
82 | 82 | conn.onComplete = function(transport){
|
83 | 83 | PydioApi.getClient().parseXmlMessage(transport.responseXML);
|
|
92 | 92 | </processing>
|
93 | 93 | </action>
|
94 | 94 | <action name="encfs.uncypher_folder">
|
95 |
| - <gui src="cypher.encfs/ICON_SIZE/encrypted.png" text="encfs.3" title="encfs.4" hasAccessKey="false"> |
| 95 | + <gui src="cypher.encfs/ICON_SIZE/encrypted.png" iconClass="icon-credit-card" text="encfs.3" title="encfs.4" hasAccessKey="false"> |
96 | 96 | <context dir="false" recycle="false" selection="true" actionBar="false" contextMenu="true"/>
|
97 | 97 | <selectionContext dir="true" file="false" recycle="false" unique="true" evalMetadata="metadata.get('ENCFS_clear_folder') && !metadata.get('ENCFS_clear_folder_mounted')"/>
|
98 | 98 | </gui>
|
|
103 | 103 | var conn = new Connexion();
|
104 | 104 | conn.setParameters($H({
|
105 | 105 | get_action:'encfs.uncypher_folder',
|
106 |
| - dir:ajaxplorer.getUserSelection().getUniqueNode().getPath(), |
| 106 | + file:ajaxplorer.getUserSelection().getUniqueNode().getPath(), |
107 | 107 | pass: passValue
|
108 | 108 | }));
|
109 | 109 | conn.onComplete = function(transport){
|
|
0 commit comments