From ee99a2924236dfd47ab5d2b7d7b526c07e739d54 Mon Sep 17 00:00:00 2001
From: Romain Courteaud <romain@nexedi.com>
Date: Mon, 20 Feb 2006 17:57:16 +0000
Subject: [PATCH] Undo previous patch, which was a bit to brutal.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5759 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5Type/dtml/properties.dtml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/product/ERP5Type/dtml/properties.dtml b/product/ERP5Type/dtml/properties.dtml
index 1ee875964a..98fd6244be 100755
--- a/product/ERP5Type/dtml/properties.dtml
+++ b/product/ERP5Type/dtml/properties.dtml
@@ -179,9 +179,8 @@ property values, edit the values and click &quot;Save Changes&quot;.
   <td colspan="2">&nbsp;</td>
   <td align="left" valign="top">
   <div class="form-element">
-  <!-- XXX FIXME: Can not save currently tales attribute -->
-  <!--input name="manage_editProperties:method" type="submit" 
-   class="form-element" value="Save Changes" /-->
+  <input name="manage_editProperties:method" type="submit" 
+   class="form-element" value="Save Changes" />
 <dtml-if property_extensible_schema__>
   <input name="manage_delProperties:method" type="submit" 
    class="form-element" value="Delete" />
-- 
2.30.9