This is an automated email from the git hooks/post-receive script. New commit to branch ramonville in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit d06512c2fa3ab29bf34fcf3de97a140fed4ad502 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Fri Dec 14 14:21:36 2018 +0100 alt sur les image des preview --- pollen-ui-riot-js/src/main/web/tag/popup/ChoiceDetailModal.tag.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pollen-ui-riot-js/src/main/web/tag/popup/ChoiceDetailModal.tag.html b/pollen-ui-riot-js/src/main/web/tag/popup/ChoiceDetailModal.tag.html index ce977982..efcfee37 100644 --- a/pollen-ui-riot-js/src/main/web/tag/popup/ChoiceDetailModal.tag.html +++ b/pollen-ui-riot-js/src/main/web/tag/popup/ChoiceDetailModal.tag.html @@ -27,7 +27,8 @@ import "../components/MultiLineLabel.tag.html"; <img if={parent.isImage()} class="image-preview" src="{parent.session.configuration.endPoint}/v1/resources/{parent.choice.choiceValue}" - alt="_t.imagePreview"/> + alt="{parent.choice.description}" + title="{parent.choice.description}"/> <a class="c-button c-button--info" if={!parent.isImage()} href="{parent.session.configuration.endPoint}/v1/resources/{parent.choice.choiceValue}/download" -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.