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 6a05922c666f6444b12e946d667e3e50e11ae2b7 Author: dcosse <cosse@codelutin.com> Date: Fri Oct 4 17:30:45 2019 +0200 refs #250 add required signe on "Description" page --- pollen-ui-riot-js/src/main/web/css/blaze.css | 3 +++ pollen-ui-riot-js/src/main/web/tag/poll/Description.tag.html | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/pollen-ui-riot-js/src/main/web/css/blaze.css b/pollen-ui-riot-js/src/main/web/css/blaze.css index cfd6286f..bf605ec1 100644 --- a/pollen-ui-riot-js/src/main/web/css/blaze.css +++ b/pollen-ui-riot-js/src/main/web/css/blaze.css @@ -1550,3 +1550,6 @@ h6.c-heading{ transform:translate(-1em,-50%); } +.c-required { + color: red; +} \ No newline at end of file diff --git a/pollen-ui-riot-js/src/main/web/tag/poll/Description.tag.html b/pollen-ui-riot-js/src/main/web/tag/poll/Description.tag.html index 415d8a87..cbfcaea2 100644 --- a/pollen-ui-riot-js/src/main/web/tag/poll/Description.tag.html +++ b/pollen-ui-riot-js/src/main/web/tag/poll/Description.tag.html @@ -26,7 +26,7 @@ <h4><i class="fa fa-info-circle" aria-hidden="true"></i> {_t.info}</h4> <div class="o-form-element"> - <label class="c-label" for="title">{_t.title}</label> + <label class="c-label" for="title">{_t.title} <span class="c-required">*</span></label> <input ref="title" tabindex="1" type="text" @@ -55,7 +55,7 @@ <h4><i class="fa fa-user-circle" aria-hidden="true"></i> {_t.user}</h4> <div class="o-form-element"> - <label class="c-label" for="name">{_t.name}</label> + <label class="c-label" for="name">{_t.name} <span class="c-required">*</span></label> <input ref="name" tabindex="1" type="text" -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.