Commit 68fe99cf authored by Kevin Deldycke's avatar Kevin Deldycke

Return the editable_field in rendered html list to help me do aesthetic...

Return the editable_field in rendered html list to help me do aesthetic decision within a custom page template to rendre very custom listbox.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8623 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent fc713028
......@@ -1977,7 +1977,7 @@ class ListBoxHTMLRendererLine(ListBoxRendererLine):
else:
html = u'<a href="%s">%s</a>' % (url, processed_value)
html_list.append((html, original_value, error))
html_list.append((html, original_value, error, editable_field))
return html_list
......
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