[Erp5-report] r37201 aurel - /erp5/trunk/products/ERP5Type/dtml/

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Jul 20 17:12:14 CEST 2010


Author: aurel
Date: Tue Jul 20 17:12:08 2010
New Revision: 37201

URL: http://svn.erp5.org?rev=37201&view=rev
Log:
allow reload from the list view as it is done for Documents

Modified:
    erp5/trunk/products/ERP5Type/dtml/viewConstraintList.dtml
    erp5/trunk/products/ERP5Type/dtml/viewPropertySheetList.dtml

Modified: erp5/trunk/products/ERP5Type/dtml/viewConstraintList.dtml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/dtml/viewConstraintList.dtml?rev=37201&r1=37200&r2=37201&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/dtml/viewConstraintList.dtml [utf8] (original)
+++ erp5/trunk/products/ERP5Type/dtml/viewConstraintList.dtml [utf8] Tue Jul 20 17:12:08 2010
@@ -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>    

Modified: erp5/trunk/products/ERP5Type/dtml/viewPropertySheetList.dtml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/dtml/viewPropertySheetList.dtml?rev=37201&r1=37200&r2=37201&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/dtml/viewPropertySheetList.dtml [utf8] (original)
+++ erp5/trunk/products/ERP5Type/dtml/viewPropertySheetList.dtml [utf8] Tue Jul 20 17:12:08 2010
@@ -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>    




More information about the Erp5-report mailing list