Removed duplicated attribute
authorThierry Florac <tflorac@ulthar.net>
Mon, 31 Aug 2020 12:48:39 +0200
changeset 122 c7a6f6cd50af
parent 121 b801eda057ff
child 123 1dd63411c085
Removed duplicated attribute
src/pyams_thesaurus/zmi/widget/templates/terms-tree-input.pt
--- 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>