Ability to export polls as csv

This commit is contained in:
yflory
2017-10-03 16:50:59 +02:00
parent 5cf86bf74a
commit 707d3b3e94
3 changed files with 72 additions and 8 deletions

View File

@@ -289,7 +289,7 @@ var Renderer = function (Cryptpad) {
'data-rt-id': id,
'title': Cryptpad.Messages.poll_bookmark_col,
'style': 'visibility: hidden;',
class: 'cp-app-poll-table-bookmark fa fa-bookmark-o',
class: 'cp-app-poll-table-bookmark fa fa-thumb-tack',
}, []];
};