This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit 6b8efddf01060d4a0783d69097ed6578b3eaf42e Merge: a343353c 49bc888d Author: Kevin Morin <morin@codelutin.com> Date: Mon Jun 19 17:30:18 2017 +0200 fixes #72 Page de confirmation de création de sondage pollen-ui-riot-js/src/main/web/conf.js | 2 +- pollen-ui-riot-js/src/main/web/i18n.json | 36 +++++ .../src/main/web/js/{Error.js => Message.js} | 18 ++- pollen-ui-riot-js/src/main/web/js/Poll.js | 9 +- pollen-ui-riot-js/src/main/web/tag/Pollen.tag.html | 10 +- .../src/main/web/tag/PollenErrorManager.tag.html | 66 --------- .../src/main/web/tag/PollenMessageManager.tag.html | 66 +++++++++ .../web/tag/favoriteList/FavoriteList.tag.html | 12 +- .../web/tag/favoriteList/FavoriteLists.tag.html | 2 +- .../src/main/web/tag/poll/ChoiceView.tag.html | 11 +- .../src/main/web/tag/poll/Description.tag.html | 15 +- .../src/main/web/tag/poll/EditPoll.tag.html | 9 +- .../src/main/web/tag/poll/Podium.tag.html | 6 +- .../src/main/web/tag/poll/Poll.tag.html | 4 +- .../src/main/web/tag/poll/Results.tag.html | 2 +- .../src/main/web/tag/poll/Summary.tag.html | 159 +++++++++++++++++++++ .../src/main/web/tag/poll/Votes.tag.html | 4 +- .../src/main/web/tag/popup/QrCodeButton.tag.html | 1 + .../web/tag/voterList/VoterListActions.tag.html | 2 +- 19 files changed, 332 insertions(+), 102 deletions(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.