This is an automated email from the git hooks/post-receive script. New change to branch feature/149-jugement-majoritaire in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from dd36bebb modification de l'écran de vote pour la jugement majoritaire ref #149 new ddf81a43 modification de l'écran de résultat pour la jugement majoritaire ref #149 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 ddf81a43ec216fa8fe87a7aa1b34a6cbe64b5d50 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Tue Oct 10 15:24:47 2017 +0200 modification de l'écran de résultat pour la jugement majoritaire ref #149 Summary of changes: pollen-services/pom.xml | 5 + .../voteCounting/VoteCountingDetailResultBean.java | 8 + .../MajorityJudgmentChoiceResultBean.java | 62 ++++++ .../MajorityJudgmentDetailResultBean.java | 58 ++++++ pollen-ui-riot-js/src/main/web/i18n/en.json | 3 + pollen-ui-riot-js/src/main/web/i18n/fr.json | 3 + .../src/main/web/tag/poll/Results.tag.html | 16 +- .../MajorityJudgmentDetailResult.tag.html | 222 +++++++++++++++++++++ 8 files changed, 374 insertions(+), 3 deletions(-) create mode 100644 pollen-services/src/main/java/org/chorem/pollen/services/bean/voteCounting/majorityJugment/MajorityJudgmentChoiceResultBean.java create mode 100644 pollen-services/src/main/java/org/chorem/pollen/services/bean/voteCounting/majorityJugment/MajorityJudgmentDetailResultBean.java create mode 100644 pollen-ui-riot-js/src/main/web/tag/voteCountingType/MajorityJudgmentDetailResult.tag.html -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.