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

[FEAT TODO] move action (WIP).

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