From 175e96e016e394cf571ed3ca852467aa64fad3e5 Mon Sep 17 00:00:00 2001 From: Yusei Tahara <yusei@nexedi.com> Date: Fri, 20 Jun 2008 13:02:32 +0000 Subject: [PATCH] 2008-06-20 yusei * Added Logical Compact Path, Indented Compact Title and removed Compact Title in ui preference. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21730 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../Preference_getCategoryChildItemListMethodItemList.xml | 3 ++- product/ERP5/bootstrap/erp5_core/bt/change_log | 3 +++ product/ERP5/bootstrap/erp5_core/bt/revision | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Preference_getCategoryChildItemListMethodItemList.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Preference_getCategoryChildItemListMethodItemList.xml index 48ab0b3249..75fc17da70 100644 --- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Preference_getCategoryChildItemListMethodItemList.xml +++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Preference_getCategoryChildItemListMethodItemList.xml @@ -71,8 +71,9 @@ N_ = lambda msg: Message(\'erp5_ui\', msg)\n return [\n (\'\', \'\'),\n (N_(\'Logical Path\'), \'getCategoryChildTranslatedLogicalPathItemList\', ),\n + (N_(\'Logical Compact Path\'), \'getCategoryChildTranslatedCompactLogicalPathItemList\', ),\n (N_(\'Indented Title\'), \'getCategoryChildTranslatedIndentedTitleItemList\', ),\n - (N_(\'Compact Title\'), \'getCategoryChildTranslatedCompactTitleItemList\', ),\n + (N_(\'Indented Compact Title\'), \'getCategoryChildTranslatedIndentedCompactTitleItemList\', ),\n ]\n </string> </value> </item> diff --git a/product/ERP5/bootstrap/erp5_core/bt/change_log b/product/ERP5/bootstrap/erp5_core/bt/change_log index 6f2d3f485e..346feeb929 100644 --- a/product/ERP5/bootstrap/erp5_core/bt/change_log +++ b/product/ERP5/bootstrap/erp5_core/bt/change_log @@ -1,3 +1,6 @@ +2008-06-20 yusei +* Added Logical Compact Path, Indented Compact Title and removed Compact Title in ui preference. + 2008-06-12 aurel * Set description on field from glossary diff --git a/product/ERP5/bootstrap/erp5_core/bt/revision b/product/ERP5/bootstrap/erp5_core/bt/revision index 2cda7945ff..90064a9062 100644 --- a/product/ERP5/bootstrap/erp5_core/bt/revision +++ b/product/ERP5/bootstrap/erp5_core/bt/revision @@ -1 +1 @@ -852 \ No newline at end of file +854 \ No newline at end of file -- GitLab