From c18f8d49669aa68978ba223ac03dfc1c33c0725c Mon Sep 17 00:00:00 2001
From: Nicolas Delaby <nicolas@nexedi.com>
Date: Tue, 9 Mar 2010 13:28:00 +0000
Subject: [PATCH] Prefer empty string as nothing (which is not a keyword) to
 avoid link creation

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33532 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../listbox.xml                                           | 8 ++++----
 bt5/erp5_data_protection/bt/revision                      | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/bt5/erp5_data_protection/SkinTemplateItem/portal_skins/erp5_data_protection/DataProtectionRequest_viewEraseSomeOriginalDataDialog/listbox.xml b/bt5/erp5_data_protection/SkinTemplateItem/portal_skins/erp5_data_protection/DataProtectionRequest_viewEraseSomeOriginalDataDialog/listbox.xml
index 511c6b1590..5352179d1c 100644
--- a/bt5/erp5_data_protection/SkinTemplateItem/portal_skins/erp5_data_protection/DataProtectionRequest_viewEraseSomeOriginalDataDialog/listbox.xml
+++ b/bt5/erp5_data_protection/SkinTemplateItem/portal_skins/erp5_data_protection/DataProtectionRequest_viewEraseSomeOriginalDataDialog/listbox.xml
@@ -539,19 +539,19 @@
                       <list>
                         <tuple>
                           <string>property_id</string>
-                          <string>nothing</string>
+                          <string></string>
                         </tuple>
                         <tuple>
                           <string>property_label</string>
-                          <string>nothing</string>
+                          <string></string>
                         </tuple>
                         <tuple>
                           <string>property_description</string>
-                          <string>nothing</string>
+                          <string></string>
                         </tuple>
                         <tuple>
                           <string>property_value</string>
-                          <string>nothing</string>
+                          <string></string>
                         </tuple>
                       </list>
                     </value>
diff --git a/bt5/erp5_data_protection/bt/revision b/bt5/erp5_data_protection/bt/revision
index b393560759..cabf43b5dd 100644
--- a/bt5/erp5_data_protection/bt/revision
+++ b/bt5/erp5_data_protection/bt/revision
@@ -1 +1 @@
-23
\ No newline at end of file
+24
\ No newline at end of file
-- 
2.30.9