Commit e0fbf3c5 authored by Aurel's avatar Aurel

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
parent 99f874ed
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
<div class="list-item"><dtml-var sequence-item></div> <div class="list-item"><dtml-var sequence-item></div>
</td> </td>
<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> </div>
</td> </td>
</tr> </tr>
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
<div class="list-item"><dtml-var sequence-item></div> <div class="list-item"><dtml-var sequence-item></div>
</td> </td>
<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> </div>
</td> </td>
</tr> </tr>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment