Commit 817f4dbb authored by Vincent Pelletier's avatar Vincent Pelletier

Add a button to actually clear activity tables. Update description of existing button.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17633 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8ba1ddd9
......@@ -12,16 +12,27 @@
</tr>
<tr>
<td align="left" valign="top">
<p class="form-help">Clearing the activities will remove all entries and
create new tables if necessary.
</p>
<p class="form-help">Recreate activity tables, preserving existing messages.</p>
</td>
<td align="right" valign="top">
<form action="<dtml-var URL1>">
<input class="form-element" type="submit"
name="manageClearActivities:method" value=" Clear Activities ">
name="manageClearActivities:method" value=" Recreate Tables ">
</form>
</td>
</tr>
<tr>
<td>
<p class="form-help">Recreate activity tables, throwing away all contained messages.</p>
</td>
<td align="right" valign="top">
<form action="<dtml-var URL1>">
<input type="hidden" name="keep:int" value="0">
<input class="form-element" type="submit"
name="manageClearActivities:method" value=" Clear Activities " style="background-color: #F00">
</form>
</td>
</tr>
</table>
<dtml-var manage_page_footer>
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