From e0fbf3c5d5de94fbac8a979387ae707ad19731df Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Aur=C3=A9lien=20Calonne?= <aurel@nexedi.com>
Date: Tue, 20 Jul 2010 15:12:08 +0000
Subject: [PATCH] allow reload from the list view as it is done for Documents

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37201 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5Type/dtml/viewConstraintList.dtml    | 2 +-
 product/ERP5Type/dtml/viewPropertySheetList.dtml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/product/ERP5Type/dtml/viewConstraintList.dtml b/product/ERP5Type/dtml/viewConstraintList.dtml
index 999f367f14..1cc1ea8e85 100644
--- a/product/ERP5Type/dtml/viewConstraintList.dtml
+++ b/product/ERP5Type/dtml/viewConstraintList.dtml
@@ -21,7 +21,7 @@
       <div class="list-item"><dtml-var sequence-item></div>
     </td>   
     <td>
-      <div class="list-item"><a href="manage_editConstraintForm?class_id=<dtml-var sequence-item>">edit</a>&nbsp;
+      <div class="list-item"><a href="manage_editConstraintForm?class_id=<dtml-var sequence-item>">edit</a>&nbsp;<a href="importConstraint?class_id=<dtml-var sequence-item>">reload</a>
       </div>
     </td>   
   </tr>    
diff --git a/product/ERP5Type/dtml/viewPropertySheetList.dtml b/product/ERP5Type/dtml/viewPropertySheetList.dtml
index 5f9a51215c..0f60283488 100644
--- a/product/ERP5Type/dtml/viewPropertySheetList.dtml
+++ b/product/ERP5Type/dtml/viewPropertySheetList.dtml
@@ -22,7 +22,7 @@
       <div class="list-item"><dtml-var sequence-item></div>
     </td>   
     <td>
-      <div class="list-item"><a href="manage_editPropertySheetForm?class_id=<dtml-var sequence-item>">edit</a>&nbsp;
+      <div class="list-item"><a href="manage_editPropertySheetForm?class_id=<dtml-var sequence-item>">edit</a>&nbsp;<a href="importPropertySheet?class_id=<dtml-var sequence-item>">reload</a>
       </div>
     </td>   
   </tr>    
-- 
2.30.9