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 63db587 Adaptation de l'écran des listes de sondages new 90b6e07 réutilisation de l'écran de création de sondage pour l'edition + tooltips 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 90b6e077dd4a79ea29b1824f6d1376e8c15fbf72 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Fri Mar 17 11:44:25 2017 +0100 réutilisation de l'écran de création de sondage pour l'edition + tooltips Summary of changes: pollen-ui-riot-js/src/main/web/css/main.css | 25 +++ pollen-ui-riot-js/src/main/web/i18n.json | 38 ++-- pollen-ui-riot-js/src/main/web/js/PollForm.js | 126 ++++--------- pollen-ui-riot-js/src/main/web/tag/Home.tag.html | 4 +- pollen-ui-riot-js/src/main/web/tag/Pollen.tag.html | 9 +- .../src/main/web/tag/PollenHeader.tag.html | 4 +- .../src/main/web/tag/poll/Choice.tag.html | 19 +- .../src/main/web/tag/poll/Choices.tag.html | 14 +- .../src/main/web/tag/poll/CreatePoll.tag.html | 161 ----------------- .../src/main/web/tag/poll/Description.tag.html | 3 +- .../src/main/web/tag/poll/EditPoll.tag.html | 198 +++++++++++++++++++++ .../src/main/web/tag/poll/Settings.tag.html | 25 ++- .../src/main/web/tag/poll/Voters.tag.html | 3 +- .../src/main/web/tag/poll/editPoll.tag.html | 127 ------------- 14 files changed, 333 insertions(+), 423 deletions(-) delete mode 100644 pollen-ui-riot-js/src/main/web/tag/poll/CreatePoll.tag.html create mode 100644 pollen-ui-riot-js/src/main/web/tag/poll/EditPoll.tag.html delete mode 100644 pollen-ui-riot-js/src/main/web/tag/poll/editPoll.tag.html -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.