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 5842a5b1 refs #72 modif de la page de résumé (dans un onglet) new e6e2712f UI des des liste de votants (ref #77) 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 e6e2712f4f944568bc1d2335d1e05b1673501b17 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Wed Jun 21 17:45:02 2017 +0200 UI des des liste de votants (ref #77) Summary of changes: .../pollen/services/bean/FavoriteListBean.java | 20 +- .../services/service/FavoriteListService.java | 36 +- pollen-ui-riot-js/src/main/web/css/main.css | 50 ++ pollen-ui-riot-js/src/main/web/i18n.json | 36 +- pollen-ui-riot-js/src/main/web/tag/Pollen.tag.html | 1 + .../src/main/web/tag/PollenHeader.tag.html | 30 -- .../src/main/web/tag/components/Card.tag.html | 94 ++++ .../web/tag/components/ContextualMenu.tag.html | 68 +++ .../main/web/tag/components/LetterAvatar.tag.html | 10 +- .../src/main/web/tag/components/Search.tag.html | 41 ++ .../web/tag/favoriteList/ChildListCard.tag.html | 146 ++---- .../tag/favoriteList/ChildListEditModal.tag.html | 105 +++++ .../web/tag/favoriteList/FavoriteList.tag.html | 517 ++++----------------- .../web/tag/favoriteList/FavoriteListCard.tag.html | 58 ++- .../favoriteList/FavoriteListEditModal.tag.html | 65 +++ .../web/tag/favoriteList/FavoriteLists.tag.html | 168 +++---- .../web/tag/favoriteList/ImportCsvModal.tag.html | 67 +++ .../web/tag/favoriteList/ImportLdapModal.tag.html | 70 +++ .../main/web/tag/favoriteList/MemberCard.tag.html | 127 ++--- .../web/tag/favoriteList/MemberEditModal.tag.html | 96 ++++ 20 files changed, 985 insertions(+), 820 deletions(-) create mode 100644 pollen-ui-riot-js/src/main/web/tag/components/Card.tag.html create mode 100644 pollen-ui-riot-js/src/main/web/tag/components/ContextualMenu.tag.html create mode 100644 pollen-ui-riot-js/src/main/web/tag/components/Search.tag.html create mode 100644 pollen-ui-riot-js/src/main/web/tag/favoriteList/ChildListEditModal.tag.html create mode 100644 pollen-ui-riot-js/src/main/web/tag/favoriteList/FavoriteListEditModal.tag.html create mode 100644 pollen-ui-riot-js/src/main/web/tag/favoriteList/ImportCsvModal.tag.html create mode 100644 pollen-ui-riot-js/src/main/web/tag/favoriteList/ImportLdapModal.tag.html create mode 100644 pollen-ui-riot-js/src/main/web/tag/favoriteList/MemberEditModal.tag.html -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.