[Erp5-report] r19768 - /experimental/Experimental/ZopePatch.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Sun Mar 9 04:37:01 CET 2008
Author: mikolaj
Date: Sun Mar 9 04:37:00 2008
New Revision: 19768
URL: http://svn.erp5.org?rev=19768&view=rev
Log:
Added listbox line colouring functionality (it's possible to define a script name in formulator - that script should return a css name that should take care of colouring)
Modified:
experimental/Experimental/ZopePatch.py
Modified: experimental/Experimental/ZopePatch.py
URL: http://svn.erp5.org/experimental/Experimental/ZopePatch.py?rev=19768&r1=19767&r2=19768&view=diff
==============================================================================
--- experimental/Experimental/ZopePatch.py (original)
+++ experimental/Experimental/ZopePatch.py Sun Mar 9 04:37:00 2008
@@ -43,3 +43,6 @@
LOG('EXPERIMENTAL monkey-patch', INFO, 'ListField with jump to category if you have Add permission')
from Products.Experimental.patches import ERP5Form_ListField_with_jump
+
+LOG('EXPERIMENTAL monkey-patch', INFO, 'Allow marking listbox lines with a custom css')
+from Products.Experimental.patches import ERP5Form_ListBox_line_marking
More information about the Erp5-report
mailing list