Commit d89d402a authored by Alexandre Delanoë's avatar Alexandre Delanoë

[Tree] removing buttons that do not work yet.

parent a1d04f92
...@@ -82,18 +82,14 @@ settingsBox NodeUser = SettingsBox { ...@@ -82,18 +82,14 @@ settingsBox NodeUser = SettingsBox {
show: true show: true
, edit : false , edit : false
, doc : Documentation NodeUser , doc : Documentation NodeUser
, buttons : [ SearchBox , buttons : [ Delete ]
, Add [FolderPrivate, FolderShared, FolderPublic]
, Delete
]
} }
settingsBox FolderPrivate = SettingsBox { settingsBox FolderPrivate = SettingsBox {
show: true show: true
, edit : false , edit : false
, doc : Documentation FolderPrivate , doc : Documentation FolderPrivate
, buttons : [ SearchBox , buttons : [ Add [ Corpus
, Add [ Corpus
, Folder , Folder
, Annuaire , Annuaire
] ]
...@@ -104,8 +100,7 @@ settingsBox Team = SettingsBox { ...@@ -104,8 +100,7 @@ settingsBox Team = SettingsBox {
show: true show: true
, edit : true , edit : true
, doc : Documentation Team , doc : Documentation Team
, buttons : [ SearchBox , buttons : [ Add [ Corpus
, Add [ Corpus
, Folder , Folder
, Annuaire , Annuaire
] ]
...@@ -125,8 +120,7 @@ settingsBox FolderPublic = SettingsBox { ...@@ -125,8 +120,7 @@ settingsBox FolderPublic = SettingsBox {
show: true show: true
, edit : false , edit : false
, doc : Documentation FolderPublic , doc : Documentation FolderPublic
, buttons : [ SearchBox , buttons : [ Add [ Corpus
, Add [ Corpus
, Folder , Folder
] ]
] ]
...@@ -136,8 +130,7 @@ settingsBox Folder = SettingsBox { ...@@ -136,8 +130,7 @@ settingsBox Folder = SettingsBox {
show: true show: true
, edit : true , edit : true
, doc : Documentation Folder , doc : Documentation Folder
, buttons : [ SearchBox , buttons : [ Add [ Corpus
, Add [ Corpus
, Folder , Folder
, Annuaire , Annuaire
] ]
...@@ -150,10 +143,10 @@ settingsBox Corpus = SettingsBox { ...@@ -150,10 +143,10 @@ settingsBox Corpus = SettingsBox {
, edit : true , edit : true
, doc : Documentation Corpus , doc : Documentation Corpus
, buttons : [ SearchBox , buttons : [ SearchBox
, Add [ NodeList {- , Add [ NodeList
, Graph , Graph
, Dashboard , Dashboard
] ] -}
, Upload , Upload
, Download , Download
--, Share --, Share
...@@ -170,7 +163,7 @@ settingsBox Texts = SettingsBox { ...@@ -170,7 +163,7 @@ settingsBox Texts = SettingsBox {
, doc : Documentation Texts , doc : Documentation Texts
, buttons : [ Upload , buttons : [ Upload
, Download , Download
, Delete -- , Delete
] ]
} }
...@@ -178,9 +171,8 @@ settingsBox Graph = SettingsBox { ...@@ -178,9 +171,8 @@ settingsBox Graph = SettingsBox {
show: true show: true
, edit : false , edit : false
, doc : Documentation Graph , doc : Documentation Graph
, buttons : [ Documentation Graph , buttons : [ -- Download
, Download -- , Delete
, Delete
] ]
} }
...@@ -191,7 +183,7 @@ settingsBox NodeList = SettingsBox { ...@@ -191,7 +183,7 @@ settingsBox NodeList = SettingsBox {
, buttons : [ Upload , buttons : [ Upload
, CopyFromCorpus , CopyFromCorpus
, Download , Download
, Delete -- , Delete
] ]
} }
...@@ -199,7 +191,7 @@ settingsBox Dashboard = SettingsBox { ...@@ -199,7 +191,7 @@ settingsBox Dashboard = SettingsBox {
show: true show: true
, edit : false , edit : false
, doc : Documentation Dashboard , doc : Documentation Dashboard
, buttons : [Delete] , buttons : []
} }
settingsBox Annuaire = SettingsBox { settingsBox Annuaire = SettingsBox {
...@@ -207,7 +199,8 @@ settingsBox Annuaire = SettingsBox { ...@@ -207,7 +199,8 @@ settingsBox Annuaire = SettingsBox {
, edit : false , edit : false
, doc : Documentation Annuaire , doc : Documentation Annuaire
, buttons : [ Upload , buttons : [ Upload
, Delete ] , Delete
]
} }
settingsBox _ = SettingsBox { settingsBox _ = SettingsBox {
......
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