tal:content="structure python: '%s%s %s' % (' ' * line.getDepth(), line.isOpen() and '-' or '+', section_name)" />
</div>
<tal:block tal:repeat="valueY line/render">
...
...
@@ -264,7 +264,7 @@
<input tal:condition="python: not form_id=='Base_viewWorkflowHistory' and line.getObject() is not None" type="checkbox" value="checked" id="listbox_cb_1" name="uids:list"
tal:attributes="checked python: line.getUid() in checked_uid_set;
value line/getUid; id string:${field_id}_cb_${line/getUid}" />
<a tal:condition="python: not form_id=='Base_viewWorkflowHistory'" href="#" tal:attributes="href string:${object_url}?selection_index=${selection_index}&selection_name=${selection_name}&ignore_layout:int=0&reset:int=1; title python: line.getObject().getRelativeUrl()"><img src="document_icon.gif" tal:attributes="src string:${portal_url_string}/images/line_clickable.png" i18n:translate="" i18n:domain="ui"/></a>
<a tal:condition="python: not form_id=='Base_viewWorkflowHistory'" href="#" tal:attributes="href string:${object_url}?selection_index=${selection_index}&selection_name=${selection_name}&ignore_layout:int=0&reset:int=1; title python: line.getObject().getRelativeUrl()"><img src="document_icon.gif" tal:attributes="src string:${portal_url_string}/images/line_clickable.png" i18n:translate="" i18n:domain="ui"/></a>