From af8946d566ee89887f73aa6da63012d830c80857 Mon Sep 17 00:00:00 2001 From: Fabien Morin <fabien@nexedi.com> Date: Wed, 4 Nov 2009 17:00:05 +0000 Subject: [PATCH] translate resource title in listbox (resource is a category here !) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30308 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../listbox.xml | 10 +++++----- bt5/erp5_apparel/bt/revision | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelComponentModule_viewApparelComponentList/listbox.xml b/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelComponentModule_viewApparelComponentList/listbox.xml index 519a341bef..59c1a94a79 100644 --- a/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelComponentModule_viewApparelComponentList/listbox.xml +++ b/bt5/erp5_apparel/SkinTemplateItem/portal_skins/erp5_apparel/ApparelComponentModule_viewApparelComponentList/listbox.xml @@ -351,7 +351,7 @@ <string>Supplier Reference</string> </tuple> <tuple> - <string>resource_title</string> + <string>resource_translated_title</string> <string>Component Type</string> </tuple> <tuple> @@ -436,7 +436,7 @@ <string>Supplier Reference</string> </tuple> <tuple> - <string>resource_title</string> + <string>resource_translated_title</string> <string>Component Type</string> </tuple> <tuple> @@ -497,7 +497,7 @@ <value> <list> <tuple> - <string>resource</string> + <string>resource_translated_title</string> <string>Component Type</string> </tuple> <tuple> @@ -629,7 +629,7 @@ <string>Supplier Reference</string> </tuple> <tuple> - <string>resource_title</string> + <string>resource_translated_title</string> <string>Component Type</string> </tuple> <tuple> @@ -679,7 +679,7 @@ <string>Supplier Reference</string> </tuple> <tuple> - <string>resource_title</string> + <string>resource_translated_title</string> <string>Component Type</string> </tuple> <tuple> diff --git a/bt5/erp5_apparel/bt/revision b/bt5/erp5_apparel/bt/revision index af2132305d..fa59ff276d 100644 --- a/bt5/erp5_apparel/bt/revision +++ b/bt5/erp5_apparel/bt/revision @@ -1 +1 @@ -133 \ No newline at end of file +134 \ No newline at end of file -- 2.30.9