[Erp5-report] r22004 - in /erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style: SkinTemplat...

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Jun 27 11:50:37 CEST 2008


Author: vincent
Date: Fri Jun 27 11:50:37 2008
New Revision: 22004

URL: http://svn.erp5.org?rev=22004&view=rev
Log:
Transmit defined render_prefix, or None if it was not defined.

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/field_render.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/field_render.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/field_render.xml?rev=22004&r1=22003&r2=22004&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/field_render.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/field_render.xml Fri Jun 27 11:50:37 2008
@@ -58,12 +58,13 @@
     <tal:block tal:condition="python: field.meta_type != \'HiddenStringField\'"\n
                tal:define="field_id     field/id;\n
                value        python: request.get(field_id, None);\n
+               render_prefix render_prefix | nothing;\n
                field_errors python: request.get(\'field_errors\', {});\n
                field_has_error  python: field_errors.has_key(field_id);\n
                global form_id form_id | form/id | nothing;\n
                field_description field/Field_getDescription;\n
                is_web_mode is_web_mode | nothing">\n
-      <div tal:define="html_render  python: field.render_htmlgrid(value, request)"\n
+      <div tal:define="html_render  python: field.render_htmlgrid(value, request, render_prefix=render_prefix)"\n
            tal:attributes="title field_description;\n
            class python: \' \'.join([x for x in [\'field\', field.is_required() and \'required\' or None, field_has_error and \'error\' or None, field.get_value(\'css_class\') or None] if x is not None])"\n
            i18n:attributes="title" i18n:domain="ui">\n

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision?rev=22004&r1=22003&r2=22004&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_xhtml_style/bt/revision Fri Jun 27 11:50:37 2008
@@ -1,1 +1,1 @@
-563
+564




More information about the Erp5-report mailing list