From e9d34e6962da6f440e20f0c9139fac5df6d8b10c Mon Sep 17 00:00:00 2001 From: Romain Courteaud <romain@nexedi.com> Date: Thu, 14 Sep 2006 11:41:37 +0000 Subject: [PATCH] Remove % as default parameters in Folder_viewSearchDialog. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9908 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../erp5_core/Folder_viewSearchDialog/your_description.xml | 2 +- .../portal_skins/erp5_core/Folder_viewSearchDialog/your_id.xml | 2 +- .../erp5_core/Folder_viewSearchDialog/your_title.xml | 2 +- product/ERP5/bootstrap/erp5_core/bt/revision | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Folder_viewSearchDialog/your_description.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Folder_viewSearchDialog/your_description.xml index 6bb6edc66e..ecf8b054d0 100644 --- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Folder_viewSearchDialog/your_description.xml +++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Folder_viewSearchDialog/your_description.xml @@ -199,7 +199,7 @@ </item> <item> <key> <string>default</string> </key> - <value> <string>%</string> </value> + <value> <string></string> </value> </item> <item> <key> <string>description</string> </key> diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Folder_viewSearchDialog/your_id.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Folder_viewSearchDialog/your_id.xml index 515d1000f3..c5b110d91b 100644 --- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Folder_viewSearchDialog/your_id.xml +++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Folder_viewSearchDialog/your_id.xml @@ -199,7 +199,7 @@ </item> <item> <key> <string>default</string> </key> - <value> <string>%</string> </value> + <value> <string></string> </value> </item> <item> <key> <string>description</string> </key> diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Folder_viewSearchDialog/your_title.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Folder_viewSearchDialog/your_title.xml index 0cc80308a8..ba654e95e0 100644 --- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Folder_viewSearchDialog/your_title.xml +++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Folder_viewSearchDialog/your_title.xml @@ -199,7 +199,7 @@ </item> <item> <key> <string>default</string> </key> - <value> <string>%</string> </value> + <value> <string></string> </value> </item> <item> <key> <string>description</string> </key> diff --git a/product/ERP5/bootstrap/erp5_core/bt/revision b/product/ERP5/bootstrap/erp5_core/bt/revision index 4e9e288487..b44fe09a7a 100644 --- a/product/ERP5/bootstrap/erp5_core/bt/revision +++ b/product/ERP5/bootstrap/erp5_core/bt/revision @@ -1 +1 @@ -63 \ No newline at end of file +65 \ No newline at end of file -- 2.30.9