Disable comments when a poll is not published

This commit is contained in:
yflory
2017-10-09 14:08:54 +02:00
parent aa744567ed
commit dd141b5c9f
4 changed files with 31 additions and 10 deletions

View File

@@ -679,7 +679,8 @@ define([
]),
h('h2#cp-app-poll-comments-list-title', Msg.poll_comment_list),
h('div#cp-app-poll-comments-list')
])
]),
h('div#cp-app-poll-nocomments', Msg.poll_comment_disabled)
])
])
])