From ac6864c3a545971e9b36450a41811c087839523c Mon Sep 17 00:00:00 2001 From: Kevin Deldycke <kevin@nexedi.com> Date: Wed, 6 Sep 2006 08:50:44 +0000 Subject: [PATCH] Use validation state id to change the appearance of the state. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9682 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../my_translated_validation_state_title.xml | 23 ++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web/WebPage_view/my_translated_validation_state_title.xml b/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web/WebPage_view/my_translated_validation_state_title.xml index e3b2da1753..21c2cb89a5 100644 --- a/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web/WebPage_view/my_translated_validation_state_title.xml +++ b/bt5/erp5_web/SkinTemplateItem/portal_skins/erp5_web/WebPage_view/my_translated_validation_state_title.xml @@ -120,7 +120,9 @@ </item> <item> <key> <string>css_class</string> </key> - <value> <string></string> </value> + <value> + <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent> + </value> </item> <item> <key> <string>default</string> </key> @@ -263,4 +265,23 @@ </dictionary> </pickle> </record> + <record id="2" aka="AAAAAAAAAAI="> + <pickle> + <tuple> + <tuple> + <string>Products.Formulator.TALESField</string> + <string>TALESMethod</string> + </tuple> + <none/> + </tuple> + </pickle> + <pickle> + <dictionary> + <item> + <key> <string>_text</string> </key> + <value> <string>here/getValidationState</string> </value> + </item> + </dictionary> + </pickle> + </record> </ZopeData> -- 2.30.9