Improve description UI in poll. Enable tags and mediatag

This commit is contained in:
yflory
2017-10-04 15:39:18 +02:00
parent 68bda92291
commit 846b1a9fb3
5 changed files with 62 additions and 7 deletions

View File

@@ -650,6 +650,7 @@ define([
h('textarea#cp-app-poll-description', {
rows: "5",
cols: "50",
placeholder: Msg.poll_descriptionHint,
disabled: true
}),
h('div#cp-app-poll-description-published'),