--- a/src/pyams_thesaurus/zmi/widget/templates/terms-tree-input.pt Mon Aug 31 12:47:58 2020 +0200
+++ b/src/pyams_thesaurus/zmi/widget/templates/terms-tree-input.pt Mon Aug 31 12:48:39 2020 +0200
@@ -17,14 +17,13 @@
tal:omit-tag="not:published">
<input tal:condition="published"
type="checkbox"
- name="${view/name}:list"
id="term_${subterm/label}"
name="${view/name}:list"
value="${subterm/label}"
checked="${python:'checked' if subterm.label in (view.value or ()) else None}"
data-ams-change-handler="PyAMS_thesaurus.widget.updateSelection"/>
<i></i>
- <div class="${python:'' if published else 'bold margin-top-5'}">
+ <div class="${python:'' if published else 'bold margin-top-10'}">
${python:subterm.alt or subterm.label}
</div>
</label>