This is an automated email from the git hooks/post-receive script. New change to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from 5f169b95 Maj des dépendances java new 0af58178 refs #199 vote par ordre The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 0af581788866b2f91b47327822d130f48c8cb42e Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Thu May 17 16:34:54 2018 +0200 refs #199 vote par ordre Summary of changes: pollen-ui-riot-js/src/main/web/css/custom.css | 2 + pollen-ui-riot-js/src/main/web/css/main.css | 12 + pollen-ui-riot-js/src/main/web/i18n/en.json | 3 + pollen-ui-riot-js/src/main/web/i18n/fr.json | 3 + pollen-ui-riot-js/src/main/web/js/Poll.js | 4 + pollen-ui-riot-js/src/main/web/tag/Pollen.tag.html | 14 + .../src/main/web/tag/components/Draggable.tag.html | 132 ++++++ .../web/tag/components/MultiLineLabel.tag.html | 6 +- .../src/main/web/tag/poll/ChoiceView.tag.html | 61 +-- .../src/main/web/tag/poll/EditVoteOrder.tag.html | 505 +++++++++++++++++++++ .../src/main/web/tag/poll/Report.tag.html | 112 +---- .../src/main/web/tag/poll/Votes.tag.html | 13 +- .../src/main/web/tag/poll/VotesTable.tag.html | 2 +- .../src/main/web/tag/popup/AddReportModal.tag.html | 102 +++++ .../main/web/tag/popup/ChoiceDetailModal.tag.html | 84 ++++ .../main/web/tag/popup/ShowReportsModal.tag.html | 98 ++++ 16 files changed, 980 insertions(+), 173 deletions(-) create mode 100644 pollen-ui-riot-js/src/main/web/tag/components/Draggable.tag.html create mode 100644 pollen-ui-riot-js/src/main/web/tag/poll/EditVoteOrder.tag.html create mode 100644 pollen-ui-riot-js/src/main/web/tag/popup/AddReportModal.tag.html create mode 100644 pollen-ui-riot-js/src/main/web/tag/popup/ChoiceDetailModal.tag.html create mode 100644 pollen-ui-riot-js/src/main/web/tag/popup/ShowReportsModal.tag.html -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.