[Erp5-report] r33532 nicolas - in /erp5/trunk/bt5/erp5_data_protection: SkinTemplateItem/po...

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Mar 9 14:28:01 CET 2010


Author: nicolas
Date: Tue Mar  9 14:28:00 2010
New Revision: 33532

URL: http://svn.erp5.org?rev=33532&view=rev
Log:
Prefer empty string as nothing (which is not a keyword) to avoid link creation

Modified:
    erp5/trunk/bt5/erp5_data_protection/SkinTemplateItem/portal_skins/erp5_data_protection/DataProtectionRequest_viewEraseSomeOriginalDataDialog/listbox.xml
    erp5/trunk/bt5/erp5_data_protection/bt/revision

Modified: erp5/trunk/bt5/erp5_data_protection/SkinTemplateItem/portal_skins/erp5_data_protection/DataProtectionRequest_viewEraseSomeOriginalDataDialog/listbox.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_data_protection/SkinTemplateItem/portal_skins/erp5_data_protection/DataProtectionRequest_viewEraseSomeOriginalDataDialog/listbox.xml?rev=33532&r1=33531&r2=33532&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_data_protection/SkinTemplateItem/portal_skins/erp5_data_protection/DataProtectionRequest_viewEraseSomeOriginalDataDialog/listbox.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_data_protection/SkinTemplateItem/portal_skins/erp5_data_protection/DataProtectionRequest_viewEraseSomeOriginalDataDialog/listbox.xml [utf8] Tue Mar  9 14:28:00 2010
@@ -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>

Modified: erp5/trunk/bt5/erp5_data_protection/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_data_protection/bt/revision?rev=33532&r1=33531&r2=33532&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_data_protection/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_data_protection/bt/revision [utf8] Tue Mar  9 14:28:00 2010
@@ -1,1 +1,1 @@
-23
+24




More information about the Erp5-report mailing list