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

[ICONS] update.

parent 9661e284
...@@ -300,18 +300,27 @@ nodePopupView d nodeState@(s@(NTree (LNode {id, name, popOver: true, createOpen} ...@@ -300,18 +300,27 @@ nodePopupView d nodeState@(s@(NTree (LNode {id, name, popOver: true, createOpen}
[ createButton [ createButton
, H.div {className: "col-md-4"} , H.div {className: "col-md-4"}
[ H.a {style: iconAStyle [ H.a {style: iconAStyle
, className: (glyphicon "download-alt") , className: (glyphicon "download")
, id: "download" , id: "download"
, title: "Download [WIP]"} , title: "Download [WIP]"}
[] []
] ]
, H.div {className: "col-md-4"} , H.div {className: "col-md-4"}
[ H.a {style: iconAStyle [ H.a {style: iconAStyle
, className: (glyphicon "duplicate") , className: (glyphicon "upload")
, id: "duplicate" , id: "upload"
, title: "Duplicate [WIP]"} , title: "Upload [WIP]"}
[] []
] ]
, H.div {className: "col-md-4"}
[ H.a {style: iconAStyle
, className: (glyphicon "refresh")
, id: "refresh"
, title: "Refresh [WIP]"}
[]
]
, H.div {className: "col-md-4"} , H.div {className: "col-md-4"}
[ H.a {style: iconAStyle [ H.a {style: iconAStyle
, className: (glyphicon "trash") , className: (glyphicon "trash")
......
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