branch develop updated (1647d6ee -> b373c248)
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 1647d6ee personnalisation des messages d'avertissement de la limitation du nombre de votant (ref #58) new b373c248 personnalisation des messages d'avertissement de la limitation du nombre de votant (ref #58) 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 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) Summary of changes: .../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(+) create mode 100644 pollen-ui-riot-js/src/main/web/customData/maxVotersAlert-creator-en.html create mode 100644 pollen-ui-riot-js/src/main/web/customData/maxVotersAlert-creator-fr.html create mode 100644 pollen-ui-riot-js/src/main/web/customData/maxVotersAlert-en.html create mode 100644 pollen-ui-riot-js/src/main/web/customData/maxVotersAlert-fr.html -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
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>.
participants (1)
-
chorem.org scm