From d1c94a694a84b0a7eb59d4c5ed14eb429850dbed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Thu, 15 Apr 2010 16:55:46 +0000 Subject: [PATCH] fix term and translation of group git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34601 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../your_section_category.xml | 18 ++++++------------ bt5/erp5_accounting/bt/revision | 2 +- 2 files changed, 7 insertions(+), 13 deletions(-) diff --git a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_viewSearchDialog/your_section_category.xml b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_viewSearchDialog/your_section_category.xml index d3df304dff..6f05dfd7c7 100644 --- a/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_viewSearchDialog/your_section_category.xml +++ b/bt5/erp5_accounting/SkinTemplateItem/portal_skins/erp5_accounting/AccountingTransactionModule_viewSearchDialog/your_section_category.xml @@ -250,7 +250,7 @@ </item> <item> <key> <string>title</string> </key> - <value> <string>Section</string> </value> + <value> <string>Section Category</string> </value> </item> <item> <key> <string>unicode</string> </key> @@ -269,11 +269,8 @@ <record id="2" aka="AAAAAAAAAAI="> <pickle> <tuple> - <tuple> - <string>Products.Formulator.TALESField</string> - <string>TALESMethod</string> - </tuple> - <none/> + <global name="TALESMethod" module="Products.Formulator.TALESField"/> + <tuple/> </tuple> </pickle> <pickle> @@ -288,18 +285,15 @@ <record id="3" aka="AAAAAAAAAAM="> <pickle> <tuple> - <tuple> - <string>Products.Formulator.TALESField</string> - <string>TALESMethod</string> - </tuple> - <none/> + <global name="TALESMethod" module="Products.Formulator.TALESField"/> + <tuple/> </tuple> </pickle> <pickle> <dictionary> <item> <key> <string>_text</string> </key> - <value> <string>python:here.portal_categories.group.getCategoryChildIndentedTitleItemList(base=1)</string> </value> + <value> <string>python: context.Base_getPreferredCategoryChildItemList(context.portal_categories.group, base=True)</string> </value> </item> </dictionary> </pickle> diff --git a/bt5/erp5_accounting/bt/revision b/bt5/erp5_accounting/bt/revision index 0e129d211c..6030e96a25 100644 --- a/bt5/erp5_accounting/bt/revision +++ b/bt5/erp5_accounting/bt/revision @@ -1 +1 @@ -1183 \ No newline at end of file +1184 \ No newline at end of file -- 2.30.9