src/pyams_thesaurus/zmi/widget/templates/terms-tree-input.pt
changeset 126 e76c8179e1a6
parent 122 c7a6f6cd50af
child 130 7450df87a47e
equal deleted inserted replaced
125:53d8795a704d 126:e76c8179e1a6
    23 									   checked="${python:'checked' if subterm.label in (view.value or ()) else None}"
    23 									   checked="${python:'checked' if subterm.label in (view.value or ()) else None}"
    24 									   data-ams-change-handler="PyAMS_thesaurus.widget.updateSelection"/>
    24 									   data-ams-change-handler="PyAMS_thesaurus.widget.updateSelection"/>
    25 								<i></i>
    25 								<i></i>
    26 								<div class="${python:'' if published else 'bold margin-top-10'}">
    26 								<div class="${python:'' if published else 'bold margin-top-10'}">
    27 									${python:subterm.alt or subterm.label}
    27 									${python:subterm.alt or subterm.label}
       
    28 									<tal:if condition="subterm/note">
       
    29 										<b tal:define="note subterm/note;
       
    30 													   note tales:html(note);"
       
    31 										   class="fa fa-fw fa-question-circle hint"
       
    32 										   title="${note}" data-ams-hint-html="true"></b>
       
    33 									</tal:if>
    28 								</div>
    34 								</div>
    29 							</label>
    35 							</label>
    30 						</div>
    36 						</div>
    31 					</tal:loop>
    37 					</tal:loop>
    32 				</div>
    38 				</div>