Commit 4ab11d75 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[FEAT TODO] move action (WIP).

parent fc988263
...@@ -67,6 +67,7 @@ glyphiconNodeAction CopyFromCorpus = "random" ...@@ -67,6 +67,7 @@ glyphiconNodeAction CopyFromCorpus = "random"
glyphiconNodeAction Refresh = "refresh" glyphiconNodeAction Refresh = "refresh"
glyphiconNodeAction Config = "wrench" glyphiconNodeAction Config = "wrench"
glyphiconNodeAction Share = "user-plus" glyphiconNodeAction Share = "user-plus"
glyphiconNodeAction Move = "share-square-o"
glyphiconNodeAction _ = "" glyphiconNodeAction _ = ""
...@@ -137,6 +138,7 @@ settingsBox Folder = ...@@ -137,6 +138,7 @@ settingsBox Folder =
, Folder , Folder
, Annuaire , Annuaire
] ]
, Move
, Delete , Delete
] ]
} }
...@@ -152,7 +154,7 @@ settingsBox Corpus = ...@@ -152,7 +154,7 @@ settingsBox Corpus =
] ]
, Upload , Upload
, Download , Download
--, Move , Move
--, Clone --, Clone
, Link Annuaire , Link Annuaire
, Delete , Delete
...@@ -208,6 +210,7 @@ settingsBox Annuaire = ...@@ -208,6 +210,7 @@ settingsBox Annuaire =
, edit : false , edit : false
, doc : Documentation Annuaire , doc : Documentation Annuaire
, buttons : [ Upload , buttons : [ Upload
, Move
, Delete , Delete
] ]
} }
......
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