Skip to content
Snippets Groups Projects
Commit da4a4db2 authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

cosmetics: provide description as info tips only

parent 10e12789
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment