[Erp5-report] r8623 - /erp5/trunk/products/ERP5Form/ListBox.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Jul 20 12:57:35 CEST 2006


Author: kevin
Date: Thu Jul 20 12:57:31 2006
New Revision: 8623

URL: http://svn.erp5.org?rev=8623&view=rev
Log:
Return the editable_field in rendered html list to help me do aesthetic decision within a custom page template to rendre very custom listbox.

Modified:
    erp5/trunk/products/ERP5Form/ListBox.py

Modified: erp5/trunk/products/ERP5Form/ListBox.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Form/ListBox.py?rev=8623&r1=8622&r2=8623&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Form/ListBox.py (original)
+++ erp5/trunk/products/ERP5Form/ListBox.py Thu Jul 20 12:57:31 2006
@@ -1977,7 +1977,7 @@
         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
 




More information about the Erp5-report mailing list