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 b373c24842331b4d94479974413e35ae8b3153a3 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Tue Oct 24 10:00:53 2017 +0200 personnalisation des messages d'avertissement de la limitation du nombre de votant (ref #58) --- .../src/main/web/customData/maxVotersAlert-creator-en.html | 11 +++++++++++ .../src/main/web/customData/maxVotersAlert-creator-fr.html | 11 +++++++++++ .../src/main/web/customData/maxVotersAlert-en.html | 11 +++++++++++ .../src/main/web/customData/maxVotersAlert-fr.html | 11 +++++++++++ 4 files changed, 44 insertions(+) diff --git a/pollen-ui-riot-js/src/main/web/customData/maxVotersAlert-creator-en.html b/pollen-ui-riot-js/src/main/web/customData/maxVotersAlert-creator-en.html new file mode 100644 index 00000000..3a34ed62 --- /dev/null +++ b/pollen-ui-riot-js/src/main/web/customData/maxVotersAlert-creator-en.html @@ -0,0 +1,11 @@ +<div> + <strong>Number of voters limitation</strong> +</div> +Strandard offers has limited in voters number. +Users can continue to vote but only the first votes are taken into +account in the calculation of the result. +Read <a href="#">the offers page</a> to unlock this limit. +<div> + <i class="fa fa-info-circle fa-2x" aria-hidden="true"></i> + To do so, modify this page by editing <code class="c-code">/customData/maxVotersAlert-creator-fr.hml</code> +</div> diff --git a/pollen-ui-riot-js/src/main/web/customData/maxVotersAlert-creator-fr.html b/pollen-ui-riot-js/src/main/web/customData/maxVotersAlert-creator-fr.html new file mode 100644 index 00000000..3a987285 --- /dev/null +++ b/pollen-ui-riot-js/src/main/web/customData/maxVotersAlert-creator-fr.html @@ -0,0 +1,11 @@ +<div> + <strong>Limitation du Nombre de votants</strong> +</div> +L'offre standard est limitée en nombre de votants. +Les utilisateurs peuvent continuer à voter mais seul les 100 premiers votes +sont pris en compte dans le calcul du résultat. +Consulter <a href="">la page des nos offres</a> pour déverrouiller cette limite. +<div> + <i class="fa fa-info-circle fa-2x" aria-hidden="true"></i> + Pour l'éditer, modifier le fichier <code class="c-code">/customData/maxVotersAlert-creator-fr.hml</code> +</div> diff --git a/pollen-ui-riot-js/src/main/web/customData/maxVotersAlert-en.html b/pollen-ui-riot-js/src/main/web/customData/maxVotersAlert-en.html new file mode 100644 index 00000000..8d7a9fd2 --- /dev/null +++ b/pollen-ui-riot-js/src/main/web/customData/maxVotersAlert-en.html @@ -0,0 +1,11 @@ +<div> + <strong>Number of voters limitation</strong> +</div> +Strandard offers has limited in voters number. +Users can continue to vote but only the first votes are taken into +account in the calculation of the result. + +<div> + <i class="fa fa-info-circle fa-2x" aria-hidden="true"></i> + To do so, modify this page by editing <code class="c-code">/customData/maxVotersAlert-en.hml</code> +</div> diff --git a/pollen-ui-riot-js/src/main/web/customData/maxVotersAlert-fr.html b/pollen-ui-riot-js/src/main/web/customData/maxVotersAlert-fr.html new file mode 100644 index 00000000..848e02d5 --- /dev/null +++ b/pollen-ui-riot-js/src/main/web/customData/maxVotersAlert-fr.html @@ -0,0 +1,11 @@ +<div> + <strong>Limitation du Nombre de votants</strong> +</div> +L'offre standard est limitée en nombre de votants. +Les utilisateurs peuvent continuer à voter mais seul les premiers votes +sont pris en compte dans le calcul du résultat. + +<div> + <i class="fa fa-info-circle fa-2x" aria-hidden="true"></i> + Pour l'éditer, modifier le fichier <code class="c-code">/customData/maxVotersAlert-fr.hml</code> +</div> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.