From da4a4db20defeac10c1839b1cd089581a529a877 Mon Sep 17 00:00:00 2001 From: Guillaume Rousse <guillaume.rousse@renater.fr> Date: Fri, 18 Dec 2020 16:12:16 +0100 Subject: [PATCH] cosmetics: provide description as info tips only --- templates/web/renater/complete_challenge.tt2.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/web/renater/complete_challenge.tt2.html b/templates/web/renater/complete_challenge.tt2.html index 9650ad0..880e675 100644 --- a/templates/web/renater/complete_challenge.tt2.html +++ b/templates/web/renater/complete_challenge.tt2.html @@ -27,7 +27,8 @@ [% FOREACH profile IN profiles %] [% template = profile _ '.tt2' %] [% PROCESS $template scope=account.scope() id=account.id() | trim %] - <input type="checkbox" name="profiles" value="[% profile %]" checked/>[% profile %]: [% description.${lh.language_tag()} %]<br> + <input type="checkbox" id="[% profile %]" name="profiles" value="[% profile %]" checked/> + <label for="[% profile %]">[% profile %] <span class="fa fa-question-circle" title="[% description.${lh.language_tag()} %]"></span></label> [% END %] </fieldset> -- GitLab