Commit fc59e3c8 authored by Fabien Morin's avatar Fabien Morin

use the renderer of the view to render the field

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26287 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 615e23b1
......@@ -66,7 +66,7 @@
<input tal:condition="python:form_id and is_gadget_mode" type="hidden" name="gadget_form_id" tal:attributes="value form_id" />\n
\n
<tal:block tal:define="expand python: 1;\n
date_renderer python: context.getContext().DocumentModule_viewFieldLibrary.listbox_modification_date.render_pdf;">\n
date_renderer python: context.getContext().ERP5Site_viewSearchResult.listbox_modification_date.render_pdf;">\n
<tal:block metal:use-macro="template/macros/ListBoxContainer">\n
<tal:block metal:fill-slot="ListBoxBody">\n
\n
......
687
\ No newline at end of file
688
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment